mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:29:54 +08:00
a few more mobile CSS annoyances
This commit is contained in:
parent
4346190b2c
commit
e023849657
|
@ -148,12 +148,14 @@
|
|||
|
||||
.num {
|
||||
text-align: center;
|
||||
.posts {
|
||||
font-weight: bold;
|
||||
}
|
||||
a:not(.badge-posts) {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.num.posts {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
}
|
||||
.age {
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -125,7 +125,7 @@ a.star {
|
|||
|
||||
border-radius: 5px;
|
||||
margin: 15px 10px 20px 10px;
|
||||
border: 1px solid scale-color($primary, $lightness: 90%);;
|
||||
border: 1px solid scale-color($primary, $lightness: 90%);
|
||||
|
||||
h3 {
|
||||
margin-bottom: 4px;
|
||||
|
@ -165,7 +165,7 @@ a.star {
|
|||
font-weight: normal;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
@ -209,6 +209,11 @@ a.star {
|
|||
.information {
|
||||
border-top: 1px solid scale-color($primary, $lightness: 90%);
|
||||
}
|
||||
|
||||
.domain {
|
||||
scale-color($primary, $lightness: 90%);
|
||||
}
|
||||
|
||||
.topic-links {
|
||||
.badge-notification {
|
||||
margin: 0 0 4px;
|
||||
|
@ -243,6 +248,11 @@ a.star {
|
|||
padding: 20px 10px 0 10px;
|
||||
}
|
||||
|
||||
/* this is to force the drop-down notification state description para below the button */
|
||||
#topic-footer-buttons p {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#suggested-topics {
|
||||
clear: left;
|
||||
padding: 20px 10px 15px 10px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user