bugfixes
This commit is contained in:
parent
f0ddb02e62
commit
445c1f8423
2 changed files with 4 additions and 1 deletions
|
@ -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-"],
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue