Skip to content

Commit

Permalink
[O] Layout on phone screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Oct 22, 2024
1 parent d387fd8 commit a347b5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,21 @@ export default class Home extends Vue {
height: $len
width: $len
@media screen and (max-width: 700px)
.search-bar
display: flex
flex-direction: column
gap: 0.5rem
.search-icon
display: none
.search-input
width: calc(100% - 40px)
.search-date
width: 100%
[data-theme="dark"]
.back, .front
border: 10px solid rgba(27, 27, 32, 0.8964) !important
Expand Down

0 comments on commit a347b5d

Please sign in to comment.