This commit is contained in:
zadit
2024-10-17 00:15:35 +07:00
parent 4dd12f3835
commit 8f50909e1a
23 changed files with 415 additions and 177 deletions

View File

@@ -1,15 +1,13 @@
/* ItemLister.module.css */
.item-lister {
border-top: 1px solid #888;
width: 100%;
padding: 10px; /* Adjust padding as needed */
box-sizing: border-box; /* Ensure padding doesn't affect width */
white-space: break-spaces;
}
.item-lister:last-child {
margin-bottom: 50px;
}
.fullscreen {
position: fixed; /* Keep the container fixed */
top: 0; /* Adjust the top position as needed */
@@ -30,6 +28,7 @@
height: calc(49vw - 20px);
}
.title-container {
display: flex;
align-items: center;