aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-01-31 16:06:20 +0300
committerGravatar Vitaly Takmazov2020-01-31 16:06:20 +0300
commit2f4cac371521094e61dd99067b9ed2329cc9f8d9 (patch)
treeea4acec3858acb1354d8ca3a9ddbc8a269b01eb5 /src/main/assets
parent4e0d11ab6fb0e3e482b3b7f3877552b9ec1f42e1 (diff)
Action panel styling
Diffstat (limited to 'src/main/assets')
-rw-r--r--src/main/assets/style.css8
1 files changed, 2 insertions, 6 deletions
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 {