diff --git a/obs/index.html b/obs/index.html
index 09efc78..bc87608 100644
--- a/obs/index.html
+++ b/obs/index.html
@@ -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;