app-platform: remove unsupported saleor release surface
This commit is contained in:
+35
-1
@@ -269,12 +269,46 @@ input[type="radio"]:active + * {
|
||||
max-width: min(360px, 34vw);
|
||||
}
|
||||
|
||||
.app-header-desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.app-header-mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.app-header-inline-tabs {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 920px) {
|
||||
.app-header-inline-tabs {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 921px) {
|
||||
.app-header-desktop {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.app-header-mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.category-tabs-wide {
|
||||
flex: 0 1 auto;
|
||||
min-width: 0;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.category-tabs-wide::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.category-tabs-wide .mode-switcher-btn {
|
||||
|
||||
Reference in New Issue
Block a user