More hotfixes design
This commit is contained in:
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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user