stubbed updating of saved mock listing

This commit is contained in:
2026-02-04 23:33:04 -07:00
parent 813fbb11b1
commit c61f291dba
3 changed files with 98 additions and 37 deletions
+10 -9
View File
@@ -265,6 +265,9 @@
.ml-\[1em\] {
margin-left: 1em;
}
.box-border {
box-sizing: border-box;
}
.block {
display: block;
}
@@ -289,15 +292,9 @@
.h-\[2rem\] {
height: 2rem;
}
.h-\[10em\] {
height: 10em;
}
.h-fit {
height: fit-content;
}
.max-h-\[10em\] {
max-height: 10em;
}
.max-h-\[50em\] {
max-height: 50em;
}
@@ -403,6 +400,9 @@
.gap-\[1em\] {
gap: 1em;
}
.gap-x-\[1em\] {
column-gap: 1em;
}
.gap-y-\[2em\] {
row-gap: 2em;
}
@@ -421,9 +421,6 @@
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.rounded {
border-radius: 0.25rem;
}
@@ -439,6 +436,10 @@
.rounded-sm {
border-radius: calc(var(--radius) - 4px);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-\[1px\] {
border-style: var(--tw-border-style);
border-width: 1px;