add ul.grid, improve /create and SLayout
This commit is contained in:
parent
4f816c9066
commit
58d6a248c7
5 changed files with 172 additions and 27 deletions
|
|
@ -46,14 +46,14 @@ let mobiRightActive = $state(false);
|
|||
.layout-licon, .layout-ricon { display: none; }
|
||||
|
||||
}
|
||||
@media (min-width: 800px) and (max-width: 919px) {
|
||||
@media (min-width: 800px) and (max-width: 959px) {
|
||||
.layout-left, .layout-right {
|
||||
font-size: smaller;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 920px) {
|
||||
@media (min-width: 960px) {
|
||||
.layout {
|
||||
grid-template-columns: 240px auto 240px;
|
||||
}
|
||||
|
|
@ -61,13 +61,13 @@ let mobiRightActive = $state(false);
|
|||
.layout-licon, .layout-ricon { display: none; }
|
||||
}
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
@media (min-width: 1080px) {
|
||||
.layout {
|
||||
grid-template-columns: 270px auto 270px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1080px) {
|
||||
@media (min-width: 1200px) {
|
||||
.layout {
|
||||
grid-template-columns: 300px auto 300px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue