mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: GitHub onebox ellipsis styling regressed in 9d03f20 (#19441)
This commit is contained in:
@ -81,17 +81,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.show-more {
|
||||
width: 100%;
|
||||
z-index: z("base");
|
||||
position: absolute;
|
||||
top: 0;
|
||||
.alert {
|
||||
margin: 0;
|
||||
padding: 1.1em 2em 1.1em 0.65em;
|
||||
}
|
||||
}
|
||||
|
||||
.category-heading {
|
||||
max-width: 100%;
|
||||
p {
|
||||
@ -353,9 +342,11 @@
|
||||
|
||||
#list-area {
|
||||
margin-bottom: 100px;
|
||||
|
||||
.empty-topic-list {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.unseen {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
@ -364,6 +355,18 @@
|
||||
font-size: var(--font-0);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.show-more {
|
||||
width: 100%;
|
||||
z-index: z("base");
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
.alert {
|
||||
margin: 0;
|
||||
padding: 1.1em 2em 1.1em 0.65em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.topic-list {
|
||||
|
Reference in New Issue
Block a user