Skip to content

Commit

Permalink
Поправил стили
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 14, 2024
1 parent 6b1a7b1 commit 0aa13c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/src/components/AddTagMenu/AddTagMenu.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
border: 1px solid hsl(217.2 32.6% 25%)
background: #1b2735
align-items: center
padding: 5px 8px
padding: 8px
opacity: 0
transition: all 0.15s
display: none
Expand Down Expand Up @@ -57,8 +57,8 @@
font-size: 16px

button
width: 32px
height: 32px
width: 28px
height: 28px
outline: none
border: none
border-radius: 5px
Expand All @@ -74,4 +74,5 @@

.success-icon
width: 16px
height: 16px
height: 16px
z-index: 1001
4 changes: 4 additions & 0 deletions public/src/pages/Notes/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
left: 50%
transform: translateX(-50%)

@media screen and (max-width: $sm)
left: -125px
transform: translateX(0%)

.search
display: flex
flex: 1
Expand Down

0 comments on commit 0aa13c0

Please sign in to comment.