Skip to content

Commit

Permalink
chore: update mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jan 11, 2024
1 parent fa8f5b5 commit 2d83187
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion app/src/assets/admin/all.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,27 @@

.admin-card {
border: 0 !important;
}


@media (max-width: 768px) {
@media (max-width: 768px) {
.admin-card {
border-radius: 0 !important;
}

.user-interface,
.market,
.broadcast,
.channel,
.charge,
.system
{
padding: 0 !important;

& > * {
margin-bottom: 1px !important;
}
}
}

.object-id {
Expand Down

0 comments on commit 2d83187

Please sign in to comment.