rounder topic-list badges in iOS
This commit is contained in:
parent
998b7fb87a
commit
67b6539d98
|
@ -150,10 +150,11 @@
|
|||
.badge-notification,
|
||||
.category-topic-link td.num .badge-notification {
|
||||
position: relative;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
top: -1px;
|
||||
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 {
|
||||
color: $secondary;
|
||||
}
|
||||
|
@ -481,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: 80%;
|
||||
width: 79%;
|
||||
display: inline-block;
|
||||
a.title {
|
||||
padding: 5px 10px 5px 0;
|
||||
|
|
Loading…
Reference in New Issue