mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 07:12:48 +08:00
UX: Align list-controls & topic-title top margins (#13150)
This commit is contained in:
parent
f25eda13fa
commit
96f3f15f38
|
@ -1,8 +1,6 @@
|
|||
// Topic list navigation & controls
|
||||
|
||||
.list-controls {
|
||||
margin-bottom: 0.25em;
|
||||
|
||||
.btn {
|
||||
&:not(:first-child) {
|
||||
margin-left: 0.5em;
|
||||
|
|
|
@ -671,7 +671,7 @@ table {
|
|||
// Special elements
|
||||
|
||||
#main-outlet {
|
||||
padding-top: 1.8em;
|
||||
padding-top: 2.5em;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
|
||||
#topic-title {
|
||||
z-index: z("base");
|
||||
padding-top: 14px;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 1em;
|
||||
|
||||
#edit-title,
|
||||
.category-chooser,
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
}
|
||||
|
||||
#topic-title {
|
||||
margin: 0 60px 10px 0;
|
||||
h1 {
|
||||
font-size: $font-up-3;
|
||||
line-height: $line-height-medium;
|
||||
|
|
Loading…
Reference in New Issue
Block a user