Skip to content

Commit

Permalink
Remove padding from the default shield for unknown networks
Browse files Browse the repository at this point in the history
This avoids wasting space (on each side, 3 pixels were reserved for the
shield, but never actually used) and avoids unnecessarily small font
sizes (e.g. 4-character refs are now much more readable).
  • Loading branch information
Blijbol committed Dec 15, 2024
1 parent 40ffdd4 commit 9ac093a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ export function loadShields() {
shields["default"] = {
textColor: Color.shields.black,
textHaloColor: Color.backgroundFill,
padding: {
left: 3,
right: 3,
top: 3,
bottom: 3,
},
};

// NORTH AMERICA
Expand Down

0 comments on commit 9ac093a

Please sign in to comment.