Browse Source

Increase line-height of special topic tags

Gives them a little more space without increasing the height of the row.
This really shouldn't be inside the theme file, but not a big deal.
merge-requests/85/head
Deimos 5 years ago
parent
commit
ea4ba1bbc0
  1. 1
      tildes/scss/themes/_theme_base.scss

1
tildes/scss/themes/_theme_base.scss

@ -577,6 +577,7 @@
@mixin theme-special-label($color, $is-light) {
padding: 0 0.2rem;
line-height: 0.9rem;
@if $is-light {
background-color: $color;

Loading…
Cancel
Save