diff options
author | Vitaly Takmazov | 2017-08-30 11:49:52 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-30 11:49:52 +0300 |
commit | 841849075deec6f06792530b7f25ad3acefcf94b (patch) | |
tree | 4244ffa51be8a4e6fa38cebec6beea65f89d33a3 /juick-www/src/main | |
parent | 37c42a9d8c7501aea116299e1d1b663baa3119bf (diff) |
www: fixes
Diffstat (limited to 'juick-www/src/main')
-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; |