Files
go-service/cmd/server/web/css/responsive.css
2026-06-18 10:39:34 +03:00

65 lines
1.0 KiB
CSS

/* Медиа-запросы и адаптивность */
/* ===== ГОРЯЧИЕ КЛАВИШИ ===== */
.hotkey-hint {
font-size: 11px;
opacity: 0.4;
text-align: center;
padding: 4px 0;
}
.hotkey-hint kbd {
background: rgba(0, 255, 136, 0.1);
padding: 1px 6px;
border-radius: 3px;
border: 1px solid rgba(0, 255, 136, 0.2);
font-size: 10px;
}
/* ===== MOBILE ===== */
@media (max-width: 500px) {
.header-bar {
flex-direction: column;
gap: 8px;
}
h1 {
font-size: 18px;
}
#status {
font-size: 22px;
}
.progress {
height: 30px;
padding: 5px;
}
.progress-label {
font-size: 15px;
}
#history {
font-size: 16px;
line-height: 1.5;
max-height: 55vh;
}
.layout {
flex-direction: column;
height: auto;
}
.left {
min-height: 50vh;
}
.right {
flex: 0 0 50vh !important;
min-width: 100% !important;
}
.resizer {
display: none;
}
}