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;

View file

@ -144,6 +144,7 @@ export default defineComponent({
.ukygtjoj {
position: relative;
overflow: hidden; overflow: clip;
contain: content;
&.naked {
background: transparent !important;

View file

@ -113,6 +113,7 @@ export default defineComponent({
}
> .widget, .customize-container {
contain: content;
margin: var(--margin) 0;
&:first-of-type {