diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index cafb853643fe2fee121317a6581009da75c0f746..70034ce3a7ba6643b3a53715a983d592f6542527 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 05a90ade95b41788d25e449bc5ef74b56c53c02c..757b80238d053f4f9c1855ff94b3364e0bc9a40b 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 {