瀏覽代碼

fix side panel view

Gildas 5 年之前
父節點
當前提交
848a1719f8
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      extension/ui/pages/options.css

+ 8 - 1
extension/ui/pages/options.css

@@ -539,6 +539,13 @@ html.maximized {
         justify-content: flex-start;
     }
 
+    .side-panel .profiles {
+        margin-top: 0;
+        margin-left: 0;
+        margin-right: 8px;
+        justify-content: inherit;
+    }
+
     .profiles select {
         text-align-last: auto;
     }
@@ -546,7 +553,7 @@ html.maximized {
 
 @media (max-width:479px) {
     body {
-        min-width: 220px;
+        min-width: auto;
     }
 
     body,