Skip to content

Commit

Permalink
🐛 Fix: fix gallery page display bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Jul 4, 2023
1 parent a532ac5 commit b6f5d9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/renderer/pages/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ export default {
position absolute
left 142px
right 0
height 100%
height 95%
.cursor-pointer
cursor pointer
.item-base
Expand Down Expand Up @@ -1069,7 +1069,7 @@ export default {
box-sizing border-box
padding 8px 0
overflow-y auto
overflow-x hidden
overflow-x auto
position absolute
top: 38px
transition all .2s ease-in-out .1s
Expand Down Expand Up @@ -1128,6 +1128,8 @@ export default {
color #ddd
font-size 14px
margin-bottom 4px
text-align center
align-self center
.handle-bar
color #ddd
margin-bottom 10px
Expand Down

0 comments on commit b6f5d9f

Please sign in to comment.