Vorlage:Duration/styles.css

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
.durationtemplate {
   margin: 2px 5px 1px 2px;
   display: block;
   white-space: nowrap;
}

.durationtemplateinline {
   margin: 2px 0 1px 2px;
   display: inline; 
   white-space: nowrap;
}

/* These may not be needed, or needed only on mobile */
.durationtemplate img, .durationtemplateinline img {
   max-width: none;
}

/* [[Category:Vorlage]] */