mirror of
https://github.com/Jonnyan404/memos-bber.git
synced 2026-04-24 19:48:37 +09:00
Adjust body min-width
Reduced minimum width for the body class and removed media query styles for mobile responsiveness.
This commit is contained in:
+2
-33
@@ -20,7 +20,7 @@ input:focus::placeholder ,.common-editor-inputer:focus::placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.body{
|
.body{
|
||||||
min-width:460px;
|
min-width:360px;
|
||||||
background-color: #f6f5f4;
|
background-color: #f6f5f4;
|
||||||
padding:0 1rem 1rem;
|
padding:0 1rem 1rem;
|
||||||
font-family: eafont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
|
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;
|
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;}
|
a{color: #555;}
|
||||||
.title{
|
.title{
|
||||||
width: 100px;
|
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));
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgb(156 163 175 / var(--tw-text-opacity))
|
color: rgb(156 163 175 / var(--tw-text-opacity))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user