mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 22:08:11 -05:00
Add width to subreddit midcol.
Since "+/-frontpage" became "subscribe" and "unsubscribe", the text is no longer the same width. This causes the subreddits to be jagged on /reddits listings. This fixes it by giving space (hopefully enough for all languages) for the buttons.
This commit is contained in:
@@ -1468,7 +1468,7 @@ textarea.gray { color: gray; }
|
||||
.subreddit .description {font-size: small; max-width: 60em;}
|
||||
.subreddit .key {display: block;}
|
||||
.subreddit .title { font-size: medium; margin-right: 5px; }
|
||||
.subreddit .midcol { margin-right: 5px; margin-top: 5px; text-align: right; }
|
||||
.subreddit .midcol { margin-right: 5px; margin-top: 5px; text-align: right; width: 12em; }
|
||||
|
||||
.fancy-toggle-button {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user