1
0
mirror of https://github.com/flarum/core.git synced 2025-04-22 16:12:05 +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
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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