diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-11-12 15:41:09 +0100 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-11-12 15:41:09 +0100 |
commit | 721cf9fdb14e2c12e73110ba54bc8c1d45c59e55 (patch) | |
tree | 79f9c1ce44efaa80e1dc27c509edbd276acf673d | |
parent | 06bb24184404055d540572eee5356155d50814f0 (diff) |
Made the side menu wider
-rw-r--r-- | themes/stingray/static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/static/css/main.css b/themes/stingray/static/css/main.css index 88a749c..1d953ae 100644 --- a/themes/stingray/static/css/main.css +++ b/themes/stingray/static/css/main.css @@ -21,7 +21,7 @@ nav li::marker { border: 1px solid black; margin-right: 20px; padding: 25px; - max-width: 200px; + width: 200px; overflow: hidden; } |