From d5379489c5bcd480abeaa509d9d5945f6e8e6a4e Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Fri, 11 Apr 2025 14:10:12 -0300 Subject: [PATCH] Added AM/PM Timestamp Switch --- css/settings.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/settings.css b/css/settings.css index aa9e67e..6191dc9 100644 --- a/css/settings.css +++ b/css/settings.css @@ -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; } -} \ No newline at end of file +}