fix: spacer sizing
This commit is contained in:
parent
b3ef59ac48
commit
7e7b0ad0f8
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<style scoped>
|
||||
.spacer {
|
||||
display: block;
|
||||
width: 0.2dvh;
|
||||
min-width: 0.2dvh;
|
||||
margin: 0.2dvh 0.8dvw;
|
||||
background-color: var(--padding-color);
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
<style scoped>
|
||||
.vertical-spacer {
|
||||
height: 0.2dvh;
|
||||
display: block;
|
||||
min-height: 0.2dvh;
|
||||
margin: 0.8dvh 0.2dvw;
|
||||
background-color: var(--padding-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue