aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}