This commit is contained in:
Rizky 2024-08-20 09:15:01 +07:00
parent f3ee63ea2d
commit a545b366f8
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -180,7 +180,7 @@ export const Root = () => {
if (base.page.root.responsive === "mobile") {
base.mode = "mobile";
mobileCSS = css`
@media (min-width: 768px) {
@media (min-width: 1280px) and (min-height: 1024px) {
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
width: 375px;
@ -189,7 +189,7 @@ export const Root = () => {
overflow-y: auto;
bottom: 0px;
}
@media (max-width: 767px) {
@media (max-width: 1279px) and (max-height: 1023px) {
left: 0px;
right: 0px;
top: 0px;