diff --git a/Themes/_res/SettingsIcons.css b/Themes/_res/SettingsIcons.css index e412eb1045..da5c3f9e86 100644 --- a/Themes/_res/SettingsIcons.css +++ b/Themes/_res/SettingsIcons.css @@ -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); }