Adjust body min-width

Reduced minimum width for the body class and removed media query styles for mobile responsiveness.
This commit is contained in:
jonny
2026-03-22 23:25:50 +08:00
committed by GitHub
parent d237a7f1c6
commit f05581f88a
+2 -33
View File
@@ -20,7 +20,7 @@ input:focus::placeholder ,.common-editor-inputer:focus::placeholder {
}
.body{
min-width:460px;
min-width:360px;
background-color: #f6f5f4;
padding:0 1rem 1rem;
font-family: eafont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
@@ -30,37 +30,6 @@ input:focus::placeholder ,.common-editor-inputer:focus::placeholder {
position: relative;
}
@media (max-width: 480px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
.body{
min-width: 0;
}
.common-tools-wrapper {
flex-wrap: wrap;
align-items: stretch;
gap: .75rem .5rem;
}
.common-tools-container {
flex: 1 1 100%;
min-width: 0;
flex-wrap: wrap;
}
.common-tools-container .mr-5 {
margin-bottom: .5rem;
}
.btns-container {
flex: 1 1 100%;
text-align: right;
}
#content_submit_text {
min-width: 3rem;
min-height: 2.5rem;
}
}
a{color: #555;}
.title{
width: 100px;
@@ -567,4 +536,4 @@ input.inputer{border-bottom: 1px solid #ccc;width:75%;}
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity))
}
}