diff options
author | Vitaly Takmazov | 2018-01-19 14:08:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-01-19 14:08:11 +0300 |
commit | 46b7912b3fead3bd3b42e19071959cd843e00602 (patch) | |
tree | 1c3e91af9bb58ba525f88506ee8e580d6d49f58c | |
parent | 3f7bcff0b7476df0660d0acfc6b6ee56aca53a86 (diff) |
www: fix msg buttons selector
-rw-r--r-- | juick-www/src/main/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index e62f4c90..ed53817c 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -338,7 +338,7 @@ article .tags > a, margin-right: 5px; padding: 0 10px; } -article .msg-button { +.l .msg-button { display: flex; flex-direction: column; align-items: center; |