Skip to content

Commit

Permalink
feat: 修复logo在sm下的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 10, 2023
1 parent 4923696 commit 6c1da3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified backend/.tmp/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/components/Logo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="!flex h-[2rem] w-118px">
<div class="!flex h-[2rem] lt-sm:(w-[2.6rem]) w-118px">
<svg
viewBox="0 0 36 28"
xmlns="http://www.w3.org/2000/svg"
Expand Down
1 change: 1 addition & 0 deletions frontend/components/Types/TagNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const maxLength = 9
}
.nav-list {
position: relative;
@apply ml-[1rem];
}
.nav-list .nav-items.tag:has(.router-link-exact-active) {
/* background-color: #007fff; */
Expand Down

0 comments on commit 6c1da3e

Please sign in to comment.