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:
Neil Williams
2012-05-21 18:28:50 -07:00
parent ccd6d1f8e0
commit 5db25a86b5

View File

@@ -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;