fix(browser): unify style

This commit is contained in:
hexxa 2021-10-10 10:24:51 +08:00 committed by Hexxa
parent 51cd194507
commit 0c6cc6a7e1

View file

@ -12,10 +12,10 @@
}
.theme-white .top-bar {
background: rgba( 255, 255, 255, 0.9 );
box-shadow: 0 5px 30px 0 rgba( 31, 38, 135, 0.1 );
backdrop-filter: blur( 9.5px );
-webkit-backdrop-filter: blur( 9.5px );
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
backdrop-filter: blur(9.5px);
-webkit-backdrop-filter: blur(9.5px);
}
/* .theme-white div.hr {
@ -23,10 +23,10 @@
} */
.theme-white .op-bar {
background: rgba( 255, 255, 255, 0.9 );
box-shadow: 0 5px 30px 0 rgba( 31, 38, 135, 0.1 );
backdrop-filter: blur( 9.5px );
-webkit-backdrop-filter: blur( 9.5px );
background: rgba(255, 255, 255, 1);
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
backdrop-filter: blur(9.5px);
-webkit-backdrop-filter: blur(9.5px);
}
.theme-white .panel {