Skip to content

Commit

Permalink
Merge pull request #11 from davep/css-tweaks
Browse files Browse the repository at this point in the history
CSS tweaks
  • Loading branch information
davep authored Apr 12, 2024
2 parents 11a4b50 + e80d96e commit 6de096a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pispy/widgets/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
# Package resources imports.
from pkg_resources import parse_requirements

##############################################################################
# Rich imports.
from rich.console import RenderableType

##############################################################################
# Textual imports.
from textual.app import ComposeResult
Expand All @@ -34,7 +30,7 @@ class Title(Label):
Title {
background: $panel-lighten-3;
text-style: bold;
width: 100%;
width: 1fr;
}
"""
"""The defaults styles."""
Expand All @@ -56,7 +52,7 @@ class Value(Label):
Value {
background: $panel;
padding-bottom: 1;
width: 100%;
width: 1fr;
}
"""

Expand Down

0 comments on commit 6de096a

Please sign in to comment.