This commit is contained in:
Er2 2022-04-11 20:05:34 +03:00
parent f0ddb02e62
commit 445c1f8423
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,7 @@ div[class^="sidebar-"] {
div[class*="root"] div[class^="flex-"],
// UI parts
div[class^="chat-"],
div[class^="noticeRegion"] > div, // you have unsaved changes bottom bar
[class^="resultsGroup-"], // search
div[class^="auditLog-"],

View File

@ -5,11 +5,13 @@ div[class^="slider-"] {
div[class^="track-"] {
div[class^="grabber-"] {
@half: (@rounder / 2);
position: relative;
width: @rounder;
height: @rounder;
border: none;
border-radius: @half;
margin-top: -@half;
top: @half * 1.5;
margin-top: unset;
margin-left: -@half;
}
}