Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Nov 1, 2023
1 parent 8d0fcc5 commit 16903fd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/ui/_common_/navbar-for-mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ function more() {
animation: none;
left: auto;
right: 20px;
font-size: 8px;
}
}

Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/ui/_common_/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ function more(ev: MouseEvent) {
animation: none;
left: auto;
right: 40px;
font-size: 10px;
}
}

Expand Down Expand Up @@ -532,7 +531,6 @@ function more(ev: MouseEvent) {
top: 4px;
left: auto;
right: 4px;
font-size: 10px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/deck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ body {

&:has(.itemIndicateValueIcon) {
animation: none;
font-size: 12px;
font-size: 10px;
}
}
</style>
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/friendly.vue
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ $float-button-size: 65px;

&:has(.itemIndicateValueIcon) {
animation: none;
font-size: 12px;
font-size: 6px;
}
}

Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/ui/friendly/navbar-for-mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ function openProfile() {
animation: none;
left: auto;
right: 20px;
font-size: 8px;
}
}

Expand Down
2 changes: 0 additions & 2 deletions packages/frontend/src/ui/friendly/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ function openProfile() {
animation: none;
left: auto;
right: 40px;
font-size: 10px;
}
}

Expand Down Expand Up @@ -559,7 +558,6 @@ function openProfile() {
top: 4px;
left: auto;
right: 4px;
font-size: 10px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/ui/universal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ $widgets-hide-threshold: 1090px;

&:has(.itemIndicateValueIcon) {
animation: none;
font-size: 12px;
font-size: 10px;
}
}

Expand Down

0 comments on commit 16903fd

Please sign in to comment.