1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Reduced the margin size in the bundle nav room names.

This makes it so that all the items fit in the panel body.
This commit is contained in:
John Cleaver 2016-04-15 19:58:51 -04:00
parent 8a542eec57
commit a7026ae07e

View File

@ -19,6 +19,10 @@
flex-wrap: wrap;
}
.panel-tabs a {
padding: 3px;
}
.bundle-complete {
text-decoration: line-through;
}