Skip to content
Snippets Groups Projects
Commit c468ad75 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Keep right padding the same whether sidebar is open or not

parent 459a97d4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,14 +29,16 @@
}
}
 
@media (min-width: $screen-sm-min) {
.content-wrapper {
padding-right: $gutter_collapsed_width;
}
}
.right-sidebar-collapsed {
padding-right: 0;
 
@media (min-width: $screen-sm-min) {
.content-wrapper {
padding-right: $gutter_collapsed_width;
}
.merge-request-tabs-holder.affix {
right: $gutter_collapsed_width;
}
Loading
Loading
@@ -54,12 +56,6 @@
.right-sidebar-expanded {
padding-right: 0;
 
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
&:not(.build-sidebar):not(.wiki-sidebar) {
padding-right: $gutter_collapsed_width;
}
}
@media (min-width: $screen-md-min) {
.content-wrapper {
padding-right: $gutter_width;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment