UX: Align list-controls & topic-title top margins (#13150)

This commit is contained in:
Jarek Radosz 2021-05-26 11:12:32 +02:00 committed by GitHub
parent f25eda13fa
commit 96f3f15f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 13 deletions

View File

@ -1,8 +1,6 @@
// Topic list navigation & controls
.list-controls {
margin-bottom: 0.25em;
.btn {
&:not(:first-child) {
margin-left: 0.5em;

View File

@ -671,7 +671,7 @@ table {
// Special elements
#main-outlet {
padding-top: 1.8em;
padding-top: 2.5em;
}
#main {

View File

@ -168,10 +168,6 @@
}
}
h1 {
margin: 0 0 4px 0;
}
a.badge-category {
margin-top: 5px;
}
@ -186,7 +182,7 @@ a.badge-category {
}
}
h1 {
margin: 0 0 4px 0;
margin-bottom: 0;
width: 100%;
}
a.badge-category {

View File

@ -16,8 +16,7 @@
#topic-title {
z-index: z("base");
padding-top: 14px;
margin-bottom: 10px;
margin-bottom: 1em;
#edit-title,
.category-chooser,

View File

@ -295,8 +295,8 @@ span.post-count {
#topic-title {
z-index: z("base") + 1;
margin: 0 0 0 0 !important;
padding: 15px 0;
margin: 0;
padding: 0.75em 0;
}
.quote-button.visible {

View File

@ -13,7 +13,6 @@
}
#topic-title {
margin: 0 60px 10px 0;
h1 {
font-size: $font-up-3;
line-height: $line-height-medium;