This commit is contained in:
gsinghpal
2026-02-23 00:32:20 -05:00
parent d6bac8e623
commit e8e554de95
549 changed files with 1330 additions and 124935 deletions

View File

@@ -66,18 +66,12 @@ html.o_dark .fclk-app,
box-sizing: border-box;
}
/* Hide portal navigation and footer on clock page */
/* Hide portal navigation */
.fclk-app ~ .o_portal_navbar,
.fclk-app .o_portal_navbar {
display: none !important;
}
.o_portal_wrap:has(.fclk-app) ~ footer,
.o_portal_wrap:has(.fclk-app) ~ #bottom,
body:has(.fclk-app) footer#bottom {
display: none !important;
}
.fclk-container {
max-width: 480px;
margin: 0 auto;
@@ -230,12 +224,11 @@ body:has(.fclk-app) footer#bottom {
.fclk-timer {
color: var(--fclk-text);
font-size: clamp(36px, 10vw, 52px);
font-size: 52px;
font-weight: 300;
letter-spacing: 1px;
letter-spacing: 4px;
font-variant-numeric: tabular-nums;
font-family: 'SF Mono', 'Fira Code', 'Courier New', monospace;
white-space: nowrap;
}
/* ---- Clock Button ---- */
@@ -340,13 +333,11 @@ body:has(.fclk-app) footer#bottom {
border-radius: 16px;
padding: 16px;
box-shadow: var(--fclk-shadow);
text-align: center;
}
.fclk-stat-header {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
color: var(--fclk-text-muted);
font-size: 12px;
@@ -670,6 +661,9 @@ body:has(.fclk-app) footer#bottom {
/* ---- Responsive ---- */
@media (max-width: 380px) {
.fclk-timer {
font-size: 40px;
}
.fclk-clock-btn {
width: 100px;
height: 100px;
@@ -677,10 +671,6 @@ body:has(.fclk-app) footer#bottom {
.fclk-stat-value {
font-size: 26px;
}
.fclk-timer-label {
font-size: 11px;
letter-spacing: 0.5px;
}
}
/* ---- Timesheet Page ---- */