🎨
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>
|
<style lang="scss" scoped>
|
||||||
.fdidabkb {
|
.fdidabkb {
|
||||||
--height: 55px;
|
--height: 52px;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-backdrop-filter: var(--blur, blur(15px));
|
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||||
|
@ -187,7 +187,7 @@ onUnmounted(() => {
|
||||||
height: var(--height);
|
height: var(--height);
|
||||||
|
|
||||||
&.thin {
|
&.thin {
|
||||||
--height: 45px;
|
--height: 42px;
|
||||||
|
|
||||||
> .buttons {
|
> .buttons {
|
||||||
> .button {
|
> .button {
|
||||||
|
|
Loading…
Reference in a new issue