mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
UX: more consistent style for the new topic banner (#19405)
This commit is contained in:
parent
3eafa39aeb
commit
9d03f207fa
@ -84,9 +84,11 @@
|
||||
.show-more {
|
||||
width: 100%;
|
||||
z-index: z("base");
|
||||
&.has-topics {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
.alert {
|
||||
margin: 0;
|
||||
padding: 1.1em 2em 1.1em 0.65em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -163,12 +163,6 @@
|
||||
h2 {
|
||||
margin: 20px 0 10px;
|
||||
}
|
||||
.show-more.has-topics {
|
||||
top: 0;
|
||||
.alert {
|
||||
padding: 16px 35px 16px 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bulk-select-topics {
|
||||
|
Loading…
Reference in New Issue
Block a user