Browse Source

set max-width style for the main div

Gildas 7 năm trước cách đây
mục cha
commit
080d1d82b0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      extension/ui/pages/options.css

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

@@ -8,6 +8,7 @@ body>div {
     padding: 10px;
     font-family: sans-serif;
     text-align: justify;
+    max-width: 600px;
 }
 
 button {