diff options
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 284eb523..56c6f266 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -307,6 +307,7 @@ article .ir img { } article > nav.l, .msg-cont > nav.l { + border-top: 1px solid #eee; display: flex; justify-content: space-around; font-size: 10pt; @@ -345,6 +346,7 @@ article .tags > a, flex-basis: 0; flex-direction: column; flex-grow: 1; + padding-top: 12px; } .l .msg-button-icon { font-weight: bold; |