fix(root_frame): move panel tabs to top menu

This commit is contained in:
hexxa 2021-11-27 19:17:09 +08:00 committed by Hexxa
parent fdb9d25300
commit c00051f98f
2 changed files with 41 additions and 31 deletions

View file

@ -10,7 +10,6 @@
.theme-default #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);
color: #16a085;
padding: 1rem 2rem 1rem 2rem;
@ -26,6 +25,19 @@
min-width: 7rem;
}
.theme-default #top-menu {
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
backdrop-filter: blur(9.5px);
color: #16a085;
padding: 1rem 2rem 1rem 2rem;
-webkit-backdrop-filter: blur(9.5px);
}
.theme-default #top-menu button {
background: transparent;
}
.theme-default #panes {
position: fixed;
left: 0;