🎨
This commit is contained in:
parent
f52bd8a8a3
commit
f8f8f5bec5
1 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ onUnmounted(() => {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.fdidabkb {
|
||||
--height: 55px;
|
||||
--height: 52px;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||
|
@ -187,7 +187,7 @@ onUnmounted(() => {
|
|||
height: var(--height);
|
||||
|
||||
&.thin {
|
||||
--height: 45px;
|
||||
--height: 42px;
|
||||
|
||||
> .buttons {
|
||||
> .button {
|
||||
|
|
Loading…
Reference in a new issue