reasonable max-width for right sidebar
This commit is contained in:
parent
9bd7ceb722
commit
754d8107a8
2 changed files with 75 additions and 71 deletions
|
|
@ -4,6 +4,9 @@
|
|||
position: fixed;
|
||||
right: 0;
|
||||
}
|
||||
.right-sidebar-padder {
|
||||
max-width: 300px;
|
||||
}
|
||||
.rightBar {
|
||||
padding-top: 20px;
|
||||
background: $right-sidebar-background;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
-# licensed under the Affero General Public License version 3 or later. See
|
||||
-# the COPYRIGHT file.
|
||||
|
||||
.right-sidebar-padder
|
||||
|
||||
- if AppConfig.settings.invitations.open?
|
||||
.section
|
||||
|
|
|
|||
Loading…
Reference in a new issue