UX: more consistent style for the new topic banner (#19405)

This commit is contained in:
Kris 2022-12-12 12:56:25 -05:00 committed by GitHub
parent 3eafa39aeb
commit 9d03f207fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -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;
}
}

View File

@ -163,12 +163,6 @@
h2 {
margin: 20px 0 10px;
}
.show-more.has-topics {
top: 0;
.alert {
padding: 16px 35px 16px 14px;
}
}
}
.bulk-select-topics {