fix(DeesSimpleAppDash): Fix: add border to controlbar in DeesSimpleAppDash

This commit is contained in:
2024-11-07 01:16:54 +01:00
parent 563958813e
commit 08f3bad5f9
3 changed files with 7 additions and 1 deletions

View File

@ -138,6 +138,7 @@ export class DeesSimpleAppDash extends DeesElement {
bottom: 0px;
left: 0px;
width: 100%;
border-top: 1px solid #44444480;
height: 24px;
background: ${cssManager.bdTheme(colors.bright.blueMuted, colors.dark.blueMuted)};
z-index: 2;