refine Semi UI vehicle discovery on mobile
This commit is contained in:
@@ -2260,12 +2260,38 @@
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.v2-vehicle-search-page {
|
||||
gap: 9px;
|
||||
gap: 8px;
|
||||
padding: 9px 8px 92px;
|
||||
}
|
||||
|
||||
.v2-vehicle-command-bar.is-mobile-admin {
|
||||
min-height: 50px;
|
||||
border-color: #dce6f2;
|
||||
background: linear-gradient(105deg, #fff 0%, #f8fbff 100%);
|
||||
}
|
||||
|
||||
.v2-vehicle-command-bar.is-mobile-admin .v2-workspace-command-copy > .semi-typography:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v2-vehicle-command-bar.is-mobile-admin .v2-workspace-command-actions > .semi-button {
|
||||
min-height: 36px;
|
||||
border-radius: 9px;
|
||||
padding-inline: 11px;
|
||||
}
|
||||
|
||||
.v2-vehicle-search-page > .v2-mobile-filter-toggle.semi-button {
|
||||
min-height: 52px;
|
||||
padding-block: 6px;
|
||||
}
|
||||
|
||||
.v2-vehicle-query-panel.is-mobile-collapsed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v2-vehicle-query-panel .v2-vehicle-search-form {
|
||||
min-height: 0;
|
||||
flex-wrap: wrap;
|
||||
border-top: 0;
|
||||
padding: 9px;
|
||||
}
|
||||
@@ -8331,10 +8357,6 @@
|
||||
min-height: 48px;
|
||||
}
|
||||
|
||||
.v2-vehicle-query-panel > .semi-card-body > .v2-workspace-filter-heading {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.v2-vehicle-query-panel .v2-vehicle-search-form {
|
||||
height: auto;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user