mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
larger mobile topic list badges
This commit is contained in:
parent
5f1fd0019b
commit
60b2c3207e
|
@ -152,9 +152,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
font-size: $font-down-1;
|
font-size: $font-0;
|
||||||
line-height: $line-height-small;
|
line-height: $line-height-small;
|
||||||
padding: 0.25em 0.45em;
|
padding: 0.15em 0.4em 0.2em 0.4em;
|
||||||
i {
|
i {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
@ -482,7 +482,7 @@ button.dismiss-read {
|
||||||
// base defines extra padding for easier click/top of title field
|
// base defines extra padding for easier click/top of title field
|
||||||
// this is a bit too much for mobile
|
// this is a bit too much for mobile
|
||||||
td .main-link {
|
td .main-link {
|
||||||
width: 79%;
|
width: 78%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
a.title {
|
a.title {
|
||||||
padding: 5px 10px 5px 0;
|
padding: 5px 10px 5px 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user