mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:53:56 +08:00
FIX: Topic list separator fix (#15011)
This commit is contained in:
parent
6ae065f9cd
commit
9ebfcbb867
@ -199,7 +199,7 @@
|
||||
border: none;
|
||||
|
||||
.topic-list-data {
|
||||
border-bottom: 1px solid var(--danger-medium);
|
||||
border-top: 1px solid var(--danger-medium);
|
||||
line-height: 0em;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
|
@ -211,7 +211,7 @@ button.dismiss-read {
|
||||
|
||||
.topic-list {
|
||||
// tighter table header spacing
|
||||
.topic-list-data:first-of-type {
|
||||
.topic-list-item .topic-list-data:first-of-type {
|
||||
padding: 12px 5px;
|
||||
}
|
||||
// smaller table cell spacing
|
||||
|
Loading…
x
Reference in New Issue
Block a user