Skip to content

Commit

Permalink
keep showing..
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Dec 16, 2024
1 parent e844473 commit 389d7ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/components/simple-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ simple-mode .context-builder-inner {
padding-top: var(--spacing-sm);
}

/* Exceptions panel heading */
simple-mode #exceptions-panel h2 {
position: relative;
}

/* Mobile optimizations */
@media (max-width: 768px) {
simple-mode .context-builder-inner {
Expand All @@ -42,4 +47,13 @@ simple-mode .context-builder-inner {
margin: var(--spacing-sm) 0 var(--spacing-sm) 0; /* Increased top margin slightly */
padding: 0 var(--spacing-md);
}

simple-mode #exceptions-panel h2 {
font-size: 0;
}

simple-mode #exceptions-panel h2::before {
content: "Keep showing...";
font-size: 1.5rem;
}
}

0 comments on commit 389d7ae

Please sign in to comment.