mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:08:01 +08:00
Merge pull request #2016 from awesomerobot/master
removing background gap on topic closures
This commit is contained in:
@ -558,6 +558,7 @@ iframe {
|
||||
.moderator {
|
||||
.topic-body {
|
||||
background-color: $highlight_background_color;
|
||||
border-bottom: 10px solid $highlight_background_color;
|
||||
}
|
||||
}
|
||||
|
||||
@ -630,7 +631,7 @@ position: relative;
|
||||
|
||||
|
||||
.user-title {
|
||||
margin-top: 8px;
|
||||
margin-top: 5px;
|
||||
color: $secondary_text_color;
|
||||
overflow: hidden;
|
||||
font-size: 80%;
|
||||
|
Reference in New Issue
Block a user