removing background gap on topic closures
This commit is contained in:
parent
9e4181dbe5
commit
1f8fa09846
|
@ -559,6 +559,7 @@ iframe {
|
||||||
.moderator {
|
.moderator {
|
||||||
.topic-body {
|
.topic-body {
|
||||||
background-color: $highlight_background_color;
|
background-color: $highlight_background_color;
|
||||||
|
border-bottom: 10px solid $highlight_background_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -631,7 +632,7 @@ position: relative;
|
||||||
|
|
||||||
|
|
||||||
.user-title {
|
.user-title {
|
||||||
margin-top: 8px;
|
margin-top: 5px;
|
||||||
color: $secondary_text_color;
|
color: $secondary_text_color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
|
Loading…
Reference in New Issue