chore(client): rendering performance tweak a bit

This commit is contained in:
syuilo
2022-07-05 22:35:57 +09:00
parent 60710805d5
commit f66235f066
5 changed files with 34 additions and 29 deletions

View File

@@ -178,6 +178,8 @@ onUnmounted(() => {
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
border-bottom: solid 0.5px var(--divider);
contain: strict;
height: var(--height);
&.thin {
--height: 45px;