Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
what keeps a phone-shaped control from appearing on a desktop the moment
somebody adds a rule that forgets the query. */
.mobile-bar,
.mobile-panel-bar,
.mobile-panel-scrim,
.mobile-more-menu,
.mobile-sheet-head,
Expand Down Expand Up @@ -388,8 +387,6 @@
floats over a phone's canvas. */
.minimap-container,
#minimap-toggle-btn,
.canvas-hint,
.zoom-indicator,
.toolbox-kbd {
display: none !important;
}
Expand All @@ -404,16 +401,12 @@
}

.algo-content .card,
.pump-section,
.hierarchy-section,
.ref-card,
.info-box {
overflow-x: auto;
}

.card,
.pump-section,
.hierarchy-section,
.ref-card {
padding: 14px;
}
Expand All @@ -434,7 +427,6 @@
.row,
.sim-row,
.regex-input-wrap,
.pump-row,
.modal-row,
.modal-foot {
flex-wrap: wrap;
Expand Down Expand Up @@ -502,22 +494,13 @@
font-size: 1rem;
}

.ref-section-sub,
.tc-sub {
.ref-section-sub {
line-height: 1.5;
}

.closure-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pump-lbl,
.modal-lbl {
min-width: 0;
width: 100%;
}

.pump-row .inp,
.modal-row .inp,
.modal-row .sel {
flex: 1 1 140px;
Expand All @@ -530,8 +513,6 @@
.help-table td,
.result-table th,
.result-table td,
.dec-table th,
.dec-table td,
.gram-table th,
.gram-table td,
.gram-cyk th,
Expand All @@ -542,7 +523,6 @@
}

.result-table,
.dec-table,
.help-table,
.gram-cyk,
.gram-table,
Expand Down Expand Up @@ -586,10 +566,6 @@
padding: 5px 8px;
}

.closure-grid {
grid-template-columns: 1fr;
}

/* Retunes the tokens rather than the padding, so the sticky title's and
footer's negative bleed margins in css/modals.css track the new value
instead of overhanging by the desktop one. */
Expand Down Expand Up @@ -1134,11 +1110,6 @@
transition-delay: 0s, 0s;
}

/* The old bar's three buttons are one cell now; the ids are gone with it. */
.mobile-panel-bar {
display: none !important;
}

/* The bar is hidden while an auxiliary view is up — the aux bar takes the
same slot, at the same height — so the Fit button and the info pill move
down to the canvas's own edge with it. Measured in JS rather than
Expand Down
23 changes: 0 additions & 23 deletions css/modals.css
Original file line number Diff line number Diff line change
Expand Up @@ -3209,29 +3209,6 @@ button.sm-stat:disabled {
opacity: 1;
}

/* ── Computation tree ── */
.ct-node {
font-family: var(--mono);
font-size: .68rem;
padding: 4px 8px;
border-radius: 5px;
border: 1px solid var(--border2);
background: var(--surface);
display: inline-block;
}

.ct-node.accept {
border-color: color-mix(in srgb, var(--gold) 50%, transparent);
color: var(--gold);
background: color-mix(in srgb, var(--gold) 8%, transparent);
}

.ct-node.reject {
border-color: var(--red-border);
color: var(--red);
background: color-mix(in srgb, var(--red) 5%, transparent);
}

/* ── Help modal ── */

.help-table {
Expand Down
Loading
Loading