fix(DeesSimpleAppDash): Fix: add border to controlbar in DeesSimpleAppDash
This commit is contained in:
parent
563958813e
commit
08f3bad5f9
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-11-07 - 1.3.1 - fix(DeesSimpleAppDash)
|
||||||
|
Fix: add border to controlbar in DeesSimpleAppDash
|
||||||
|
|
||||||
|
- Fixed the missing border at the top of the controlbar in DeesSimpleAppDash.
|
||||||
|
|
||||||
## 2024-11-07 - 1.3.0 - feat(dees-simple-appdash)
|
## 2024-11-07 - 1.3.0 - feat(dees-simple-appdash)
|
||||||
Enhance responsive styling and terminal setup command
|
Enhance responsive styling and terminal setup command
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.3.0',
|
version: '1.3.1',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
@ -138,6 +138,7 @@ export class DeesSimpleAppDash extends DeesElement {
|
|||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-top: 1px solid #44444480;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: ${cssManager.bdTheme(colors.bright.blueMuted, colors.dark.blueMuted)};
|
background: ${cssManager.bdTheme(colors.bright.blueMuted, colors.dark.blueMuted)};
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user