diff options
author | Vitaly Takmazov | 2018-01-19 14:03:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-19 14:03:40 +0300 |
commit | 3f7bcff0b7476df0660d0acfc6b6ee56aca53a86 (patch) | |
tree | faa356bf1c00bc187b590a14b21e1e9a250146fb /juick-www/src/main/static | |
parent | c710828337df908f9f47a04aeb465005c11ba353 (diff) |
www: msg buttons
Diffstat (limited to 'juick-www/src/main/static')
-rw-r--r-- | juick-www/src/main/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index ed857547..e62f4c90 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -338,6 +338,11 @@ article .tags > a, margin-right: 5px; padding: 0 10px; } +article .msg-button { + display: flex; + flex-direction: column; + align-items: center; +} .msgthread { margin-bottom: 0; } |