1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 05:00:56 +02:00

Tweak post footer/actions appearance

This commit is contained in:
Toby Zerner
2015-05-14 22:33:50 +09:30
parent a77303a473
commit df75757c96

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);