Skip to content

Commit c646223

Browse files
authored
Update full.css
1 parent 2212d73 commit c646223

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

full.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,22 @@ body:not(.mobile) .sidebar::-webkit-scrollbar-track {
14141414
box-shadow: none;
14151415
}
14161416

1417+
body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar {
1418+
height: 10px;
1419+
}
1420+
1421+
body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar-track {
1422+
background: transparent;
1423+
box-shadow: none;
1424+
}
1425+
1426+
body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar-thumb {
1427+
background-color: rgb(130 134 137 / 50%);
1428+
border-left: 0;
1429+
border-right: 0;
1430+
border-radius: 0;
1431+
}
1432+
14171433
body:not(.mobile) .roundbutton {
14181434
transition: .18s var(--ease-function), 0s background;
14191435
}

0 commit comments

Comments
 (0)