Update SettingsIcons.css

This commit is contained in:
Mirco Wittrien 2023-11-24 11:00:05 +01:00
parent f5bc6be403
commit bcabbb3a8b
1 changed files with 13 additions and 13 deletions

View File

@ -692,26 +692,26 @@ body #app-mount .layer__2efaa ~ .layer__2efaa .sidebar__9e3e2:has(.socialLinks_c
transform: scaleX(calc(1 - var(--use-settingsicons)));
}
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > div:first-child > .sectionTitle_e32631:first-child .title__3e421,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > div:first-child > h2.title__3e421,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > .sectionTitle__1605a,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > div:first-child > .sectionTitle_e32631:first-child .title__3e421,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > div:first-child > h2.title__3e421,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > .sectionTitle__1605a,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386.repoHeader_2KfNvH .title__3e421,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 > h2:first-child {
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) > h2:first-child {
display: flex;
align-items: center;
}
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 > *:first-child > .settingsTabBar__19aa3 {
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) > *:first-child > .settingsTabBar__19aa3 {
margin-left: calc(var(--use-settingsicons) * 30px);
}
.standardSidebarView__1129a .contentColumnDefault_c66386 {
.standardSidebarView__1129a .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) {
--settingsicons-icon: var(--settingsicons-default);
}
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > div:first-child > .sectionTitle_e32631:first-child .title__3e421::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > div:first-child > h2.title__3e421::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 div:first-child > .sectionTitle__1605a::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > div:first-child > .sectionTitle_e32631:first-child .title__3e421::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > div:first-child > h2.title__3e421::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) div:first-child > .sectionTitle__1605a::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386.repoHeader_2KfNvH .title__3e421::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 > h2:first-child::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 > *:first-child > .settingsTabBar__19aa3::before {
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) > h2:first-child::before,
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) > *:first-child > .settingsTabBar__19aa3::before {
content: "";
display: inline;
position: relative;
@ -724,11 +724,11 @@ body #app-mount .layer__2efaa ~ .layer__2efaa .sidebar__9e3e2:has(.socialLinks_c
z-index: 2;
-webkit-mask: var(--settingsicons-icon) center/contain no-repeat;
}
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 > *:first-child > .settingsTabBar__19aa3::before {
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) > *:first-child > .settingsTabBar__19aa3::before {
position: absolute;
}
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386 .title__3e421 .lockIcon__8edb9 {
.standardSidebarView__1129a:has(.socialLinks_c1fc99) .contentColumnDefault_c66386:not(.repoScroller_9JnAPs) .title__3e421 .lockIcon__8edb9 {
width: calc((1 - var(--use-settingsicons)) * 24px);
margin-right: calc((1 - var(--use-settingsicons)) * 8px);
}