Browse Source

flexbox-ify forum post headers to fix phantom padding from badges

undefined
spaghetti 8 years ago
committed by Tomochin
parent
commit
980eedcccc
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      static/styles/global.css

+ 9
- 2
static/styles/global.css View File

@@ -601,19 +601,26 @@ tr.torrent .bookmark>a:after {
text-align: left;
}

.forum_post .colhead_dark div {
display: flex;
}

.forum_post .colhead_dark div > *{
margin-left: 2px;
margin-right: 2px;
}

.donor_icon {
margin-left: 2px;
margin-right: 2px;
max-width: 16px;
max-height: 16px;
position: relative;
top: 2px;
}

.badge_icon {
margin: 0px 2px;
position: relative;
top: 2px;
}

.donation_info {


Loading…
Cancel
Save