diff options
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 15ee62d2..a674e050 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -169,7 +169,7 @@ body > header p { box-sizing: border-box; margin: 0 0 5px 0; min-height: 14pt; - min-weight: 300px; + min-width: 300px; padding: 4px; width: 100%; } @@ -605,7 +605,6 @@ q { } #dialogw { z-index: 11; - position: relative; max-width: 90%; max-height: calc(100% - 100px); position: fixed; |