MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 78: | Line 78: | ||
} | } | ||
/* Mobile-only styles (for screens smaller than 720px) */ | /* Mobile-only styles (for screens smaller than 720px) */ | ||
@media screen and (max-width: | @media screen and (max-width: 1281px) { | ||
/* Force the table to behave like a series of blocks */ | /* Force the table to behave like a series of blocks */ | ||
.mobile-card-table, | .mobile-card-table, | ||
| Line 98: | Line 98: | ||
.mobile-card-table tr { | .mobile-card-table tr { | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
padding: 10px; | padding: 10px; | ||
background: rgba(255, 255, 255, 0.05); /* Subtle dark mode background */ | background: rgba(255, 255, 255, 0.05); /* Subtle dark mode background */ | ||