Update index.html

This commit is contained in:
MorseTheCode
2025-06-07 20:57:51 -03:00
parent 08dfceacdd
commit dc0e2d02c4

View File

@@ -609,11 +609,14 @@
cursor: pointer;
flex-grow: 1;
}
.container:nth-of-type(7) .collapsible-content {
padding-top: 2px !important;
}
.stream-item {
padding: 4px 6px !important;
}
.stream-item div[style*="font-weight: 600"] {
font-size: 0.85em !important;
font-size: 0.7em !important;
margin-bottom: 1px !important;
}
.stream-item small {
@@ -650,6 +653,9 @@
.layout-config-item .remove-layout-btn:hover {
background-color: #a01c28 !important;
}
.layout-config-item > .flex-row {
align-items: center !important;
}
</style>
<style id="customUserCss"></style>
</head>