Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Dec 21, 2022
1 parent f52bd8a commit f8f8f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/components/global/MkPageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand All @@ -187,7 +187,7 @@ onUnmounted(() => {
height: var(--height);
&.thin {
--height: 45px;
--height: 42px;
> .buttons {
> .button {
Expand Down

0 comments on commit f8f8f5b

Please sign in to comment.