summaryrefslogtreecommitdiff
path: root/src/components/Logs.module.scss
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2026-03-15 15:34:10 +0800
committerLarvan2 <[email protected]>2026-03-15 15:34:10 +0800
commit7e7c5d4a79d944da50c69bad4ab1c5e366c58e7c (patch)
tree531407e7ee0e2045270448f51532feebbe99d3f4 /src/components/Logs.module.scss
parent0e420859f5f7011ba124c965d8319bf3bf4c5fe3 (diff)
chore: adjust mobile style
Diffstat (limited to 'src/components/Logs.module.scss')
-rw-r--r--src/components/Logs.module.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/components/Logs.module.scss b/src/components/Logs.module.scss
index d09400a..87492c7 100644
--- a/src/components/Logs.module.scss
+++ b/src/components/Logs.module.scss
@@ -9,11 +9,20 @@
& > div {
flex: 1;
}
+
+ @media (max-width: 768px) {
+ max-width: none;
+ justify-content: stretch;
+ }
}
.searchWrapper {
flex: 1;
max-width: 300px;
+
+ @media (max-width: 768px) {
+ max-width: none;
+ }
}
.clearBtn {
@@ -113,7 +122,7 @@
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
@media (max-width: 768px) {
- margin: 15px 25px;
+ margin: 10px 15px;
}
&::-webkit-scrollbar {