pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit e019408f1fd9260a3c3be8ca5a75fdc3f9404047
parent 4c0de9b0ddf6af390336f1d5af1b7541433c87b8
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu,  9 May 2024 21:55:16 +0200

Easier navigation on mobile

Diffstat:
Massets/style.css | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -97,9 +97,12 @@ table td { padding: 0 0.4em; } -#content table td { - white-space: nowrap; +#content table td, #content table th { vertical-align: top; + white-space: nowrap !important; + /* Makes navigation easier on mobile */ + padding-bottom: 0.25em !important; + padding-top: 0.25em !important; } #branches tr:hover td,