1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +02:00

Tweak post footer/actions appearance

This commit is contained in:
Toby Zerner
2015-05-14 22:33:50 +09:30
parent 3aab626b22
commit f1769c2d54

View File

@@ -330,6 +330,13 @@
&, & a {
color: @fl-body-muted-color;
}
& a {
display: inline-block;
& .icon {
display: none;
}
}
}
.post-footer {
& > ul {
@@ -344,6 +351,7 @@
}
.post-actions {
margin-top: 10px;
margin-bottom: -10px;
opacity: 0;
.transition(opacity 0.2s);