Skip to content

Commit

Permalink
🔨 Simplify the CSS for the PEP viewer
Browse files Browse the repository at this point in the history
davep committed Jan 28, 2025
1 parent dd2bcc3 commit b204d51
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/peplum/app/screens/pep_viewer.py
Original file line number Diff line number Diff line change
@@ -35,18 +35,15 @@ class PEPViewer(ModalScreen[None]):
scrollbar-background: $panel;
scrollbar-background-hover: $panel;
scrollbar-background-active: $panel;
Static {
#text {
padding: 0 1;
color: $text-muted;
}
&:focus Static {
&:focus #text {
color: $text;
}
}
#text {
padding: 0 1;
}
#buttons {
height: auto;
margin-top: 1;

0 comments on commit b204d51

Please sign in to comment.