From caa7ce2063ca97cd10d7d4542a4f09cf307e506e Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Tue, 2 Jun 2020 13:41:15 +0200 Subject: [PATCH] Give facility links more space --- js/003-data/gameVariableData.js | 2 +- src/003-assets/CSS/quicklinks.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index cafb853643f..70034ce3a7b 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -62,7 +62,7 @@ App.Data.defaultGameStateVariables = { FSNamePref: 0, HGFormality: 1, HGSeverity: 0, - abbreviateSidebar: 2, + abbreviateSidebar: 1, adamPrinciple: 0, allowFamilyTitles: 0, allowMaleSlaveNames: false, diff --git a/src/003-assets/CSS/quicklinks.css b/src/003-assets/CSS/quicklinks.css index 05a90ade95b..757b80238d0 100644 --- a/src/003-assets/CSS/quicklinks.css +++ b/src/003-assets/CSS/quicklinks.css @@ -1,5 +1,8 @@ div.quick-links { - margin-bottom: 2px; /* the last menu link has a bottom outline, make enough space for it */ + /* Give quick links as much space as possible, any more and it start looking wrong. */ + margin: 0 -7px; + /* the last menu link has a bottom outline, make enough space for it */ + margin-bottom: 2px; } div.quick-links div.toggle { -- GitLab