1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 06:30:53 +02:00

Revert "Fix Post-actions being on top of Post Controls Dropdown"

This reverts commit fa29937d9e4dd868198bc2b003320c8431afed6f.
This commit is contained in:
Franz Liedke
2020-09-18 15:34:33 +02:00
parent 37d7068569
commit 14b12f8ae8

View File

@@ -271,8 +271,6 @@
}
}
.Post-footer {
display: inline-block;
height: 0;
margin-top: 5px;
margin-bottom: 20px;
@@ -290,6 +288,7 @@
margin-top: -5px;
float: right;
position: relative;
z-index: 1;
.transition(opacity 0.2s);