Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update main.css

Cette révision appartient à :
kilo 2017-08-03 12:12:56 +02:00 révisé par GitHub
Parent 71b033ccb4
révision 99ec5306be

Voir le fichier

@ -627,7 +627,7 @@ html, body {
height: 40px; height: 40px;
} }
/* holy fucking shit fuck responsive design */ /* responsive design */
@media (min-width: 2560px) { @media (min-width: 2560px) {
@ -653,6 +653,18 @@ html, body {
.header .h-user>a.nav-btn { padding: 0!important; } .header .h-user>a.nav-btn { padding: 0!important; }
} }
/* Image category shrinking & padding lowering between 1050 & 860px, do not modify any of these values */
@media (max-width: 1050px) {
.tr-cat { width: 8.7%; }
th, .home-td, .user-td { padding: 2px 0.25%; }
}
@media (max-width: 860px) {
.tr-cat { width: 71px; }
th, .home-td, .user-td { padding: 2px 2px; }
}
/* end of category shrinking */
@media (min-width: 960px) { @media (min-width: 960px) {
.visible-md { .visible-md {
display: none display: none
@ -708,9 +720,6 @@ html, body {
.box { .box {
padding: 7px; padding: 7px;
} }
.tr-cat {
width: 71px;
}
.torrent-preview-table .tr-cat { .torrent-preview-table .tr-cat {
width: 74px; width: 74px;
} }
@ -724,9 +733,6 @@ html, body {
.box { .box {
padding: 8px; padding: 8px;
} }
th, .home-td, .user-td {
padding: 2px 2px;
}
.torrent-hr { margin-bottom: 0; } .torrent-hr { margin-bottom: 0; }
} }