mirror of
https://github.com/flarum/framework.git
synced 2025-04-27 23:24:03 +08:00
Fade out post when it is being edited
This commit is contained in:
parent
c9cb6170f5
commit
0ef4469849
@ -148,8 +148,14 @@
|
|||||||
|
|
||||||
.post {
|
.post {
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
transition: 0.2s box-shadow;
|
transition: 0.2s box-shadow, top 0.2s, opacity 0.2s;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
|
&.editing {
|
||||||
|
top: 5px;
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
& .contextual-controls {
|
& .contextual-controls {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user