Commit bb3752c7 authored by Phil Hughes's avatar Phil Hughes

Fixed inconsistent spacing in web IDE sidebar

Closes #46162
parent 063b6b75
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
.ide-new-btn { .ide-new-btn {
display: none; display: none;
margin-right: -8px;
} }
&:hover, &:hover,
...@@ -116,7 +115,7 @@ ...@@ -116,7 +115,7 @@
display: flex; display: flex;
overflow: visible; overflow: visible;
align-items: center; align-items: center;
padding: 6px 12px; padding: 6px $gl-padding;
} }
.multi-file-loading-container { .multi-file-loading-container {
...@@ -980,8 +979,8 @@ ...@@ -980,8 +979,8 @@
display: flex; display: flex;
align-items: center; align-items: center;
padding: 10px 0; padding: 10px 0;
margin-left: 10px; margin-left: $gl-padding;
margin-right: 10px; margin-right: $gl-padding;
border-bottom: 1px solid $white-dark; border-bottom: 1px solid $white-dark;
.ide-new-btn { .ide-new-btn {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment