mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
Clean up Post CSS
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
// Posts
|
||||
|
||||
.Post {
|
||||
padding: 30px 0;
|
||||
padding: 30px 20px;
|
||||
margin: -1px -20px;
|
||||
transition: 0.2s box-shadow, top 0.2s, opacity 0.2s;
|
||||
position: relative;
|
||||
top: 0;
|
||||
border-radius: @border-radius;
|
||||
|
||||
&.editing {
|
||||
top: 5px;
|
||||
@@ -141,7 +143,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.Post.hidden {
|
||||
.Post--hidden {
|
||||
.Post-header, .Post-header a, .Post-user h3, .Post-user h3 a {
|
||||
color: @muted-more-color;
|
||||
}
|
||||
@@ -328,7 +330,7 @@
|
||||
|
||||
@media @tablet-up {
|
||||
.Post {
|
||||
padding-left: 90px;
|
||||
padding-left: 20px + 90px;
|
||||
|
||||
.Post-controls {
|
||||
opacity: 0;
|
||||
|
Reference in New Issue
Block a user