Skip to content

Commit eb651c5

Browse files
committed
reduced the minimum width to 720px
- reduced the minimum width to 720px for better viewing with a mobile device in landscape mode
1 parent 2ce9fc6 commit eb651c5

File tree

1 file changed

+1
-1
lines changed
  • fp-interface/themes/leggero/leggero-v2/res

1 file changed

+1
-1
lines changed

fp-interface/themes/leggero/leggero-v2/res/admin.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ body#inline-body input {
5757
text-align: left;
5858
font-size: 0.85em;
5959
width: 80% !important;
60-
min-width: 1000px;
60+
min-width: 720px;
6161
margin: 0 auto 0 auto;
6262
padding: 5px;
6363
background-color: rgba(255,255,255,1);

0 commit comments

Comments
 (0)