This commit is contained in:
syuilo
2020-07-05 03:11:39 +09:00
parent ea13efe495
commit b715ea4621
7 changed files with 24 additions and 5 deletions

View File

@ -109,8 +109,10 @@ export default Vue.extend({
> header {
position: relative;
box-shadow: 0 1px 0 0 var(--divider);
box-shadow: 0 1px 0 0 var(--panelHeaderDivider);
z-index: 1;
background: var(--panelHeaderBg);
color: var(--panelHeaderFg);
> .title {
margin: 0;