💄 add sidebar status maxheight
This commit is contained in:
parent
19cd3809b5
commit
ad0e8917dc
|
@ -1,11 +1,13 @@
|
||||||
.plugin-klipper-sidebar {
|
.plugin-klipper-sidebar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 100px;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
li#navbar_plugin_klipper {
|
li#navbar_plugin_klipper {
|
||||||
|
|
Loading…
Reference in New Issue