diff options
author | Vitaly Takmazov | 2018-04-07 20:46:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-07 20:46:43 +0300 |
commit | aacbbea8d3ae5c8ebb9368840f697c136be72251 (patch) | |
tree | 998d5aff6fc1a87a43ac6c9503cdbd1e2f24a2f2 /juick-www | |
parent | ed3109727f6f68024b9738eeea2945e2d24b0f03 (diff) |
www: another navigation fixes
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index 9e3b2c70..bc659955 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -481,6 +481,10 @@ article .tags > a, #header_wrapper { width: auto; } + #global { + justify-content: space-around; + flex-grow: 1; + } #search { padding: 4px; } |