mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-21 05:10:41 +00:00
feat: update mobile layout query to 1180px and enhance icon loading experience
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 1180px) {
|
||||
.auth-page {
|
||||
@apply items-start p-3.5;
|
||||
}
|
||||
@@ -114,6 +114,10 @@
|
||||
@apply h-[34px] w-[34px];
|
||||
}
|
||||
|
||||
.brand-wordmark {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
.mobile-page-title {
|
||||
@apply inline;
|
||||
}
|
||||
@@ -410,7 +414,7 @@
|
||||
.detail-actions {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 10px;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
.detail-actions .actions {
|
||||
@@ -624,7 +628,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@media (max-width: 1180px) {
|
||||
.backup-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user