update server css
This commit is contained in:
parent
85c42f70d2
commit
02bdab0ff2
1 changed files with 3 additions and 2 deletions
|
@ -230,9 +230,10 @@ h2 {
|
||||||
|
|
||||||
#servers {
|
#servers {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
height: 100dvh;
|
height: calc(100dvh - .07in);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding: 0.02in .05in 0.0in .05in;
|
margin: 0.05in .05in .02in .05in;
|
||||||
|
width: .5in;
|
||||||
}
|
}
|
||||||
|
|
||||||
#servers::-webkit-scrollbar {
|
#servers::-webkit-scrollbar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue