aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-07 20:46:43 +0300
committerGravatar Vitaly Takmazov2018-04-07 20:46:43 +0300
commitaacbbea8d3ae5c8ebb9368840f697c136be72251 (patch)
tree998d5aff6fc1a87a43ac6c9503cdbd1e2f24a2f2 /juick-www
parented3109727f6f68024b9738eeea2945e2d24b0f03 (diff)
www: another navigation fixes
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/assets/style.css4
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;
}