Skip to content

Commit

Permalink
🎨 Improve the style of element .av__gutters
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Nov 16, 2023
1 parent 5f80bdf commit bb5be7b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/assets/scss/business/_av.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@

&__gutters {
@extend .protyle-gutters;
display: none;
position: fixed;
top: 0;
left: -44px;
opacity: 0;
display: flex;

&[draggable=true] {
cursor: grab;
Expand Down Expand Up @@ -118,7 +117,7 @@
}

.av__gutters {
opacity: 1;
display: flex;
}

.av__firstcol svg {
Expand Down

0 comments on commit bb5be7b

Please sign in to comment.