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 acf47cf4ada1da492b0d13374ee064894bb51609
parent 4c728c88a98af7126804c45cf2edcb0a46aaf79f
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 15 Jun 2024 13:21:36 +0200

fix: do not wrap menu items

Diffstat:
Massets/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -158,6 +158,7 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a { padding-bottom: 0.1em; border-radius: 3px; background-color: var(--bg2); + white-space: nowrap; } body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td { padding-top: 0.25em;