Moved full-page management to separate class

This commit is contained in:
Magnus Åhall 2026-06-04 10:17:50 +02:00
parent 12f8c019f0
commit 4ffb6e3a11
2 changed files with 45 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export class N2Tree extends CustomHTMLElement {
.icons {
display: flex;
justify-content: center;
margin: 16px 0px 32px 0px;
margin-top: 16px;
gap: 8px;
padding-bottom: 16px;
border-bottom: 1px solid var(--line-color);