mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
rounder topic-list badges in iOS
This commit is contained in:
parent
998b7fb87a
commit
67b6539d98
1 changed files with 4 additions and 3 deletions
|
@ -150,10 +150,11 @@
|
||||||
.badge-notification,
|
.badge-notification,
|
||||||
.category-topic-link td.num .badge-notification {
|
.category-topic-link td.num .badge-notification {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline;
|
display: inline-block;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
font-size: $font-down-1;
|
font-size: $font-down-1;
|
||||||
padding: 0.15em 0.5em 0.15em 0.4em;
|
line-height: $line-height-small;
|
||||||
|
padding: 0.25em 0.45em;
|
||||||
i {
|
i {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
@ -481,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: 80%;
|
width: 79%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
a.title {
|
a.title {
|
||||||
padding: 5px 10px 5px 0;
|
padding: 5px 10px 5px 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue