Skip to content

Instantly share code, notes, and snippets.

@werrpy
Created July 5, 2018 03:01
Show Gist options
  • Save werrpy/573a8669af1af91f67c109e195a35cb6 to your computer and use it in GitHub Desktop.
Save werrpy/573a8669af1af91f67c109e195a35cb6 to your computer and use it in GitHub Desktop.
UNIT3D small screen torrents view cleanup
/* torrent stats */
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container-fluid div.block:first-child,
/* line breaks */
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box br:first-child,
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box br:nth-child(2),
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box br:nth-child(4),
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box br:nth-child(5),
/* extra */
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box > div:nth-child(6),
/* view */
html body div#hoeapp-wrapper.hoe-hide-lpanel div#hoeapp-container.hoe-minimized-lpanel section#main-content div#app div.container.box > div:nth-child(7) {
display: none;
}
/* filters box */
.container.box {
/* spacing between search filters box and results box */
margin-bottom: 20px; /* default is 50px */
}
/* Current Filters title */
.filter-title {
margin-top: 0px;
}