refactor(masks): remove masks paddings

This commit is contained in:
Timothy Z. 2024-12-24 16:06:41 +02:00
parent b15b7bbb12
commit ed56e8387b
4 changed files with 1 additions and 9 deletions

View file

@ -34,10 +34,7 @@
align-self: stretch;
.addons-list-container {
margin-top: calc(var(--top-overlay-size) * -1);
padding: 0 1.5rem;
padding-top: var(--top-overlay-size);
padding-bottom: var(--bottom-overlay-size);
z-index: 1;
}

View file

@ -23,6 +23,7 @@
background: transparent;
.board-content {
height: 100%;
width: 100%;
padding: 0 1rem;
overflow-y: auto;

View file

@ -35,10 +35,7 @@
contain: strict;
.meta-items-container {
margin-top: calc(var(--top-overlay-size) * -1);
padding: 0 1.5rem;
padding-top: var(--top-overlay-size);
padding-bottom: var(--bottom-overlay-size);
z-index: 1;
}

View file

@ -24,10 +24,7 @@
flex-direction: column;
.meta-items-container {
margin-top: calc(var(--top-overlay-size) * -1);
padding: 0 1.5rem;
padding-top: var(--top-overlay-size);
padding-bottom: var(--bottom-overlay-size, 0rem);
z-index: 1;
}