This commit is contained in:
frontend perkafean
2024-09-18 08:40:55 +00:00
parent f46639e05c
commit dbc43d18fa
18 changed files with 310 additions and 166 deletions

View File

@@ -6,6 +6,9 @@
box-sizing: border-box; /* Ensure padding doesn't affect width */
}
.item-lister:last-child {
margin-bottom: 50px;
}
.title-container {
display: flex;
align-items: center;
@@ -59,3 +62,17 @@
.noborder {
border: 1px solid #ffffff00;
}
.itemWrapper {
position: relative;
}
.editModeLayout {
position: absolute;
z-index: 100;
background-color: #0000008c;
width: 100%;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}