More actions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(18 intermediate revisions by the same user not shown) | |||
Line 29: | Line 29: | ||
width: 100%; /* Makes sure the table takes the full width of the infobox */ | width: 100%; /* Makes sure the table takes the full width of the infobox */ | ||
} | } | ||
/* Discord Styling */ | /* Discord Styling */ | ||
Line 163: | Line 134: | ||
.icon-wrapper:hover { | .icon-wrapper:hover { | ||
transform: scale(1.1); | transform: scale(1.1); | ||
} | |||
.hover-table td span { | |||
white-space: nowrap; | |||
display: inline-block; | |||
max-width: 100%; | |||
font-size: 15px; /* or scale down just a bit */ | |||
} | |||
/* Hide template spacer on mobile */ | |||
@media screen and (max-width: 768px) { | |||
.desktop-only-spacer { | |||
display: none !important; | |||
} | |||
} | } |