mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
SubredditRules: Fix order and alignment of form buttons.
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.mod-action-icon {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
@@ -43,12 +39,8 @@
|
||||
|
||||
.subreddit-rule-form .form-buttons {
|
||||
.display-flex();
|
||||
.flex-direction(column-reverse);
|
||||
|
||||
> button {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.flex-direction(column);
|
||||
.justify-content(flex-end);
|
||||
}
|
||||
|
||||
.subreddit-rule-form {
|
||||
|
||||
Reference in New Issue
Block a user