deploy: exclude codex scratch artifacts
This commit is contained in:
+51
-6
@@ -155,6 +155,39 @@ select:focus-visible {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 920px) {
|
||||
.dashboard-view [data-controller-zone="sidebar"] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dashboard-view .mobile-top-tabs,
|
||||
.dashboard-view [data-mobile-tab-bar] {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.dashboard-view .dashboard-scroll-panel {
|
||||
padding-left: 1rem !important;
|
||||
padding-right: 1rem !important;
|
||||
}
|
||||
|
||||
.mobile-scroll-pad {
|
||||
padding-bottom: calc(var(--mobile-tab-bar-height, 88px) + var(--safe-area-bottom, env(safe-area-inset-bottom, 0px)) + 16px);
|
||||
}
|
||||
|
||||
.mobile-scroll-pad-back {
|
||||
padding-bottom: calc(var(--mobile-tab-bar-height, 88px) + var(--safe-area-bottom, env(safe-area-inset-bottom, 0px)) + 64px);
|
||||
}
|
||||
|
||||
.mobile-safe-top {
|
||||
padding-top: calc(var(--safe-area-top, env(safe-area-inset-top, 0px)) + 16px);
|
||||
}
|
||||
|
||||
.marketplace-container .grid,
|
||||
.discover-container .grid {
|
||||
grid-template-columns: minmax(0, 1fr) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Haptic-like press feedback for all interactive elements */
|
||||
button:active:not(:disabled),
|
||||
[role="button"]:active,
|
||||
@@ -281,12 +314,6 @@ input[type="radio"]:active + * {
|
||||
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;
|
||||
@@ -297,6 +324,24 @@ input[type="radio"]:active + * {
|
||||
}
|
||||
}
|
||||
|
||||
.apps-icon-grid-mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.apps-card-grid-desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 921px) {
|
||||
.apps-icon-grid-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.apps-card-grid-desktop {
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
.category-tabs-wide {
|
||||
flex: 0 1 auto;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user