More hotfixes design
Run Tests on Branches / Backend Tests (push) Successful in 3m30s
Run Tests on Branches / Frontend Tests (push) Successful in 3m32s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-02 15:01:20 +02:00
parent 7606d118e4
commit 06117894c1
8 changed files with 31 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

@@ -9,6 +9,12 @@
animation: fadeInUp 0.5s ease-out;
}
@media (min-width: 768px) {
.medicine-results {
max-height: 76vh;
}
}
.medicine-card {
background: var(--surface-container-lowest);
border-radius: var(--radius-md);
+14
View File
@@ -2,6 +2,14 @@
width: 100%;
max-width: 48rem;
margin: 0 auto;
min-height: 100%;
}
@media (min-width: 768px) {
.search-view {
max-width: 100%;
padding: 0 2rem;
}
}
.search-content {
@@ -190,6 +198,12 @@
overscroll-behavior: contain;
}
@media (min-width: 768px) {
.selected-medicine-section {
max-height: 76vh;
}
}
.medicine-info {
background: var(--surface-container-lowest);
border-radius: var(--radius-md);