more fixes

This commit is contained in:
Ryan
2025-03-10 00:18:11 -04:00
committed by GitHub
parent fc1a1b6b0f
commit c630291def
4 changed files with 63 additions and 30 deletions

View File

@@ -208,6 +208,24 @@ header {
align-items: center;
}
#customChooseBtn {
background-color: #9E9E9E;
color: #fff;
border: none;
border-radius: 4px;
padding: 8px 18px;
font-size: 16px;
cursor: pointer;
white-space: nowrap; /* Prevent text wrapping */
}
/* For medium screens, reduce font size and padding */
@media (max-width: 768px) {
#customChooseBtn {
font-size: 14px;
padding: 6px 14px;
}
}
/* ===========================================================
UPLOAD PROGRESS STYLES
=========================================================== */
@@ -286,6 +304,11 @@ header {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hide-medium {
display: none !important;
}
}
/* ===========================================================
BUTTON STYLES (MATERIAL THEME)