fix: css rounding

This commit is contained in:
Insert5StarName 2023-10-01 02:05:29 +02:00
parent 54578f6965
commit e0fd136bcc
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -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%;
}