Change template width/height as percent
This commit is contained in:
parent
8299da3b27
commit
7ab601c5ed
@ -34,10 +34,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.templates li {
|
.templates li {
|
||||||
|
width: 30%;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
aspect-ratio: 1 / 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page_size_selector {
|
#page_size_selector {
|
||||||
@ -45,8 +48,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.template {
|
.template {
|
||||||
width: 6rem;
|
height: 100%;
|
||||||
height: 6rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.template-selected {
|
.template-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user