1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
stardew_community_checklist/main.css
John Cleaver a7026ae07e Reduced the margin size in the bundle nav room names.
This makes it so that all the items fit in the panel body.
2016-04-15 19:58:51 -04:00

29 lines
324 B
CSS

.eq-line {
flex: 1 0 auto;
}
.card {
flex-direction: column;
}
.card-content{
flex-direction: column;
justify-content: space-between;
}
.card-footer-item{
flex-wrap: wrap;
}
.button{
flex-wrap: wrap;
}
.panel-tabs a {
padding: 3px;
}
.bundle-complete {
text-decoration: line-through;
}