Added AM/PM Timestamp Switch

This commit is contained in:
Rodrigo Emanuel
2025-04-11 14:10:12 -03:00
committed by GitHub
parent d07b5a755f
commit d5379489c5

View File

@@ -102,6 +102,16 @@ a { color: #ffcc00; }
align-items: center;
}
.tab-content .setting i {
font-size: 14px;
color: #666;
margin: 0 10px;
}
.tab-content .setting i.fa-arrow-turn-up {
transform: rotate(90deg);
}
.tab-content .setting small { color: #777; }
@@ -235,4 +245,4 @@ footer a {
}
footer { font-size: 12px; }
}
}