This commit is contained in:
syuilo 2022-12-21 15:27:30 +09:00
parent f52bd8a8a3
commit f8f8f5bec5
1 changed files with 2 additions and 2 deletions

View File

@ -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 {