Update static/style.css
Browse files- static/style.css +1 -3
static/style.css
CHANGED
@@ -69,9 +69,7 @@ button:hover {
|
|
69 |
position: absolute;
|
70 |
top: 100%;
|
71 |
left: 0;
|
72 |
-
width:
|
73 |
-
min-width: 180px;
|
74 |
-
max-width: 220px;
|
75 |
z-index: 9999;
|
76 |
background-color: var(--bg-statusline1) !important;
|
77 |
color: var(--fg0);
|
|
|
69 |
position: absolute;
|
70 |
top: 100%;
|
71 |
left: 0;
|
72 |
+
width: 220px;
|
|
|
|
|
73 |
z-index: 9999;
|
74 |
background-color: var(--bg-statusline1) !important;
|
75 |
color: var(--fg0);
|