compact theme for NginxProxyManager
compactNginxProxyManager by ysslang
Details
Authorysslang
LicenseNo License
Categorynginx.example.com
Created
Updated
Size2.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name compactNginxProxyManager
@namespace https://nginx.ysslang.com:60443
@version 1.0.0
@description A new userstyle for ysslang self usage
@author ysslang
==/UserStyle== */
@-moz-document domain("nginx.example.com"){
/* div tbody tr:nth-child(odd) {
background: #ddd;
}
*/
div#nginx-proxy tbody tr:has(.status-icon.bg-warning) {
color: darkgrey;
filter: brightness(1.2);
}
div#nginx-proxy tbody td {
padding: 0.2rem 0.1rem;
}
div#nginx-proxy th:nth-child(1),
div#nginx-proxy tbody td:nth-child(1),
div#nginx-proxy tbody td div.text-muted,
div#nginx-proxy tbody td.text-right div.item-action.dropdown a.icon[data-toggle="dropdown"],
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right div.dropdown-divider {
display: none !important;
}
div#nginx-proxy tbody td:nth-child(2) {
max-width: 30rem;
}
div#nginx-proxy tbody td:nth-child(2) div.wrap span.tag {
margin: 0.1rem;
}
div#nginx-proxy tbody td:nth-child(3),
div#nginx-proxy tbody td:nth-child(4),
div#nginx-proxy tbody td:nth-child(5),
div#nginx-proxy tbody td:nth-child(6) {
font-size: smaller;
}
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right,
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right div.dropdown-divider {
display: unset;
position: unset;
border: unset;
min-width: unset;
white-space: nowrap;
padding: 0 0 0 1rem;
background: unset;
margin: unset;
float: unset;
box-shadow: unset;
}
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right span.dropdown-header {
display: none;
}
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right a.dropdown-item {
font-size: 0;
display: unset;
padding: 0.1rem;
}
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right a.dropdown-item i.dropdown-icon.fe {
font-size: 1rem;
}
div#nginx-proxy tbody td.text-right div.dropdown-menu.dropdown-menu-right a.dropdown-item i.dropdown-icon.fe:hover {
font-weight: bold;
color: blue;
}
}