Browse Source

edit width on settings ui side nav

CauseFX 4 years ago
parent
commit
68355bd384
2 changed files with 2 additions and 1 deletions
  1. 2 1
      css/dark.css
  2. 0 0
      css/dark.min.css

+ 2 - 1
css/dark.css

@@ -3127,7 +3127,7 @@ ul.common li a:hover {
     display: table;
 }
 .vtabs .tabs-vertical {
-    width: 150px;
+    min-width: 150px;
     border-right: 1px solid rgba(120, 130, 140, 0.13);
     display: table-cell;
     vertical-align: top;
@@ -16172,6 +16172,7 @@ ul.pro-amenities li span i {
 @media (max-width: 480px) {
     .vtabs .tabs-vertical {
         width: auto;
+        min-width: 100px;
     }
     .stat-item {
         padding-right: 0;

File diff suppressed because it is too large
+ 0 - 0
css/dark.min.css


Some files were not shown because too many files changed in this diff