parent
3f1508e72f
commit
0671a95cd6
|
@ -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 {
|
.category-heading {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
p {
|
p {
|
||||||
|
@ -353,9 +342,11 @@
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
|
|
||||||
.empty-topic-list {
|
.empty-topic-list {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unseen {
|
.unseen {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -364,6 +355,18 @@
|
||||||
font-size: var(--font-0);
|
font-size: var(--font-0);
|
||||||
cursor: default;
|
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 {
|
.topic-list {
|
||||||
|
|
Loading…
Reference in New Issue