1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 04:12:14 +02:00
This commit is contained in:
2025-03-04 16:46:00 +01:00
parent b08f75bfb0
commit f2ce23d9f7
3 changed files with 36 additions and 29 deletions

View File

@ -14,7 +14,10 @@ ${host} {
background-color: var(--primary);
color: white;
box-shadow: var(--shadow);
min-height: var(--header-height);
min-height: calc(var(--header-height) - 1em);
--_m: .75em;
margin: var(--_m) var(--_m) 0 var(--_m);
border-radius: var(--border-radius);
}
${host} .header-title {