more fixes
This commit is contained in:
23
styles.css
23
styles.css
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user