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-"],
|
div[class*="root"] div[class^="flex-"],
|
||||||
|
|
||||||
// UI parts
|
// UI parts
|
||||||
|
div[class^="chat-"],
|
||||||
div[class^="noticeRegion"] > div, // you have unsaved changes bottom bar
|
div[class^="noticeRegion"] > div, // you have unsaved changes bottom bar
|
||||||
[class^="resultsGroup-"], // search
|
[class^="resultsGroup-"], // search
|
||||||
div[class^="auditLog-"],
|
div[class^="auditLog-"],
|
||||||
|
|
|
@ -5,11 +5,13 @@ div[class^="slider-"] {
|
||||||
div[class^="track-"] {
|
div[class^="track-"] {
|
||||||
div[class^="grabber-"] {
|
div[class^="grabber-"] {
|
||||||
@half: (@rounder / 2);
|
@half: (@rounder / 2);
|
||||||
|
position: relative;
|
||||||
width: @rounder;
|
width: @rounder;
|
||||||
height: @rounder;
|
height: @rounder;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: @half;
|
border-radius: @half;
|
||||||
margin-top: -@half;
|
top: @half * 1.5;
|
||||||
|
margin-top: unset;
|
||||||
margin-left: -@half;
|
margin-left: -@half;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue