mirror of
https://github.com/flarum/framework.git
synced 2025-05-12 09:12:36 +08:00
Tweak post footer/actions appearance
This commit is contained in:
parent
3aab626b22
commit
f1769c2d54
@ -330,6 +330,13 @@
|
|||||||
&, & a {
|
&, & a {
|
||||||
color: @fl-body-muted-color;
|
color: @fl-body-muted-color;
|
||||||
}
|
}
|
||||||
|
& a {
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
& .icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.post-footer {
|
.post-footer {
|
||||||
& > ul {
|
& > ul {
|
||||||
@ -344,6 +351,7 @@
|
|||||||
}
|
}
|
||||||
.post-actions {
|
.post-actions {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
margin-bottom: -10px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
.transition(opacity 0.2s);
|
.transition(opacity 0.2s);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user