From 2f4cac371521094e61dd99067b9ed2329cc9f8d9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Jan 2020 16:06:20 +0300 Subject: Action panel styling --- src/main/assets/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 6acfa0d3..196f2191 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -329,6 +329,7 @@ article > nav.l, .msg-cont > nav.l { border-top: 1px solid #eee; display: flex; + align-items: center; justify-content: space-around; font-size: 10pt; } @@ -355,7 +356,7 @@ article .tags > a, color: #88958d; } article .tags > a::before, -.msg-tags > a::before{ +.msg-tags > a::before { content: '#'; } .badge { @@ -369,11 +370,6 @@ article .tags > a::before, padding: 0 10px; } .l .msg-button { - align-items: center; - display: flex; - flex-basis: 0; - flex-direction: column; - flex-grow: 1; padding-top: 12px; } .l .msg-button-icon { -- cgit v1.2.3