Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Proper sizing & padding for tr-links and tr-cs (#1221)

* Update main.css

* save some space on mobile
Cette révision appartient à :
kilo 2017-07-17 22:03:11 +02:00 révisé par akuma06
Parent 5eb56a4ea1
révision 0b16ec43f7

Voir le fichier

@ -331,8 +331,8 @@ th { border-bottom-width: 2px; }
.tr-cat { width: 90px; text-align: center; }
.tr-flag { white-space: initial!important; }
.tr-name { width: auto; text-align: left; white-space: normal; word-break: break-word; font-weight: bold; }
.tr-links { width: 66px; overflow:initial; }
.tr-cs { width: 5px; overflow: initial; text-overflow: initial; }
.tr-links { width: 55px; overflow:initial; text-align: left; padding-left: 2px; }
.tr-cs { width: 15px; overflow: initial; text-overflow: initial; padding: 0; }
.tr-cs .comment-icon { margin-bottom: 4px; }
.tr-size { width: 90px; }
.tr-se, .tr-le { font-weight: bold; }
@ -452,7 +452,7 @@ html, body {
}
.tr-cat { width: 73px; }
.torrent-preview-table .tr-cat { width: 74px; }
.tr-links { width: 50px; }
.tr-links { width: 48px; }
.header .h-search input { width: 90px !important; }
.header .h-search input:focus { width: 150px !important; }
.box { padding: 9px; }