Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: css rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName committed Oct 1, 2023
1 parent 54578f6 commit e0fd136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ onUnmounted(() => {
backdrop-filter: var(--blur, blur(8px));
background: rgba(0, 0, 0, 0.2);
padding: 8px;
border-radius: 24px;
border-radius: 5px;

> .menu {
vertical-align: bottom;
Expand Down Expand Up @@ -448,7 +448,7 @@ onUnmounted(() => {
color: #fff;
-webkit-backdrop-filter: var(--blur, blur(8px));
backdrop-filter: var(--blur, blur(8px));
border-radius: 24px;
border-radius: 5px;
padding: 4px 8px;
font-size: 80%;
}
Expand Down

0 comments on commit e0fd136

Please sign in to comment.