Browse Source

Merge pull request #3628 from MortenSpjotvoll/layer-manager-scaling. Closes #3629

Layer manager width now scales with content
pull/3670/head
Artur Arseniev 5 years ago
committed by GitHub
parent
commit
7791f69fb4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/styles/scss/_gjs_layers.scss

1
src/styles/scss/_gjs_layers.scss

@ -16,6 +16,7 @@ $layerNameSpacing: 5px !default;
position: relative;
background-color: rgba(0, 0, 0, 0.1);
font-size: $fontSizeS;
display: grid;
&-hidden {
@include opacity(0.55);

Loading…
Cancel
Save