chore(client): rendering performance tweak a bit
This commit is contained in:
parent
60710805d5
commit
f66235f066
5 changed files with 34 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ export default defineComponent({
|
|||
.ukygtjoj {
|
||||
position: relative;
|
||||
overflow: hidden; overflow: clip;
|
||||
contain: content;
|
||||
|
||||
&.naked {
|
||||
background: transparent !important;
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
> .widget, .customize-container {
|
||||
contain: content;
|
||||
margin: var(--margin) 0;
|
||||
|
||||
&:first-of-type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue