mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +08:00
Tweak post footer/actions appearance
This commit is contained in:
parent
a77303a473
commit
df75757c96
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user