Update index.html

This commit is contained in:
MorseTheCode
2025-06-07 20:03:50 -03:00
parent 8ee8d64619
commit 976c7627fd

View File

@@ -283,12 +283,12 @@
}
.stream-item div[style*="margin-top: 2px"] {
display: inline !important;
margin-left: 8px; /* Adiciona um espaço à esquerda */
margin-left: 8px;
}
.stream-item div[style*="margin-top: 2px"]::before {
content: "|";
margin-right: 8px;
color: #6c757d; /* Cor cinza para o separador */
color: #6c757d;
}
.stream-item small {
font-size: 0.8em;