限制 cbi-checkbox 选择范围

* 修复 c4b37bb 引起的全局 cbi-checkbox 元素发生变化
This commit is contained in:
Bard 2023-10-10 18:20:47 +08:00 committed by GitHub
parent b4c64bbae1
commit e12e6720bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4125,7 +4125,7 @@ pre.command-output {
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 0px; margin-right: 0px;
flex-basis: 31%; flex-basis: 31%;
@ -4133,7 +4133,7 @@ pre.command-output {
} }
@media screen and (min-width: 601px) and (max-width: 900px) { @media screen and (min-width: 601px) and (max-width: 900px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
flex-basis: 28%; flex-basis: 28%;
@ -4141,7 +4141,7 @@ pre.command-output {
} }
@media screen and (min-width: 901px) and (max-width: 1100px) { @media screen and (min-width: 901px) and (max-width: 1100px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 20%; flex-basis: 20%;
@ -4149,7 +4149,7 @@ pre.command-output {
} }
@media screen and (min-width: 1101px) and (max-width: 1200px) { @media screen and (min-width: 1101px) and (max-width: 1200px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 15%; flex-basis: 15%;
@ -4157,7 +4157,7 @@ pre.command-output {
} }
@media screen and (min-width: 1201px) and (max-width: 1300px) { @media screen and (min-width: 1201px) and (max-width: 1300px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 14%; flex-basis: 14%;
@ -4165,7 +4165,7 @@ pre.command-output {
} }
@media screen and (min-width: 1301px) and (max-width: 1400px) { @media screen and (min-width: 1301px) and (max-width: 1400px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 13%; flex-basis: 13%;
@ -4173,7 +4173,7 @@ pre.command-output {
} }
@media screen and (min-width: 1401px) and (max-width: 1500px) { @media screen and (min-width: 1401px) and (max-width: 1500px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 12%; flex-basis: 12%;
@ -4181,7 +4181,7 @@ pre.command-output {
} }
@media screen and (min-width: 1501px) { @media screen and (min-width: 1501px) {
.cbi-checkbox { #cbi-appfilter-appfilter .cbi-checkbox {
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
flex-basis: 10%; flex-basis: 10%;