Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
This commit is contained in:
commit
ae3d77ad46
1 changed files with 2 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue