Skip to content

Commit 45ab808

Browse files
committed
Flair selector: minor restyling
This is a tiny little touch-up of the flair selector box that just adds a little more space between things, because I was annoyed at looking at it. As far as my choices for things: * The `.flairselector h2` change was to make it consistent with the other dividing lines in the box. * The button margin was chosen to be consistent with the "add" button on /about/moderators. I decided not to mess with the wonky vertical alignment on the flair because that gets changed by subreddits' customizations to flair display, so it's probably not worth it to try and make it look better.
1 parent f95cb2b commit 45ab808

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

r2/r2/public/static/css/reddit.less

+9-1
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ a.banned-user { color: red; }
919919
.flairselector h2 {
920920
background: #cee3f8;
921921
padding-bottom: 2px;
922-
margin-bottom: 3px;
922+
margin-bottom: 4px;
923923
text-align: center;
924924
}
925925

@@ -965,6 +965,14 @@ a.banned-user { color: red; }
965965
display: block;
966966
padding-top: 4px;
967967
text-align: center;
968+
969+
> div {
970+
margin: 2px 0;
971+
}
972+
973+
button {
974+
margin-left: 5px;
975+
}
968976
}
969977

970978
.flairoptionpane {

0 commit comments

Comments
 (0)