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