fix some styling (oops) (#64)

* fix some styling (oops)

* Update pnpm-lock.yaml
This commit is contained in:
Adrian O.V
2023-06-10 12:21:29 -04:00
committed by GitHub
parent cea5a18a7a
commit 6edac37031
2 changed files with 4 additions and 3 deletions

View File

@@ -229,7 +229,8 @@ onBeforeUnmount(() => {
.arrow {
display: inline-block;
transition: transform 0.2s ease;
padding: 1px;
height: 18px;
&.rotate {
transform: rotate(180deg);
}
@@ -238,7 +239,7 @@ onBeforeUnmount(() => {
.options {
z-index: 10;
max-height: 18.75remq;
max-height: 18.75rem;
overflow-y: auto;
box-shadow: var(--shadow-inset-sm), 0 0 0 0 transparent;

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.24",
"version": "0.4.25",
"files": [
"dist",
"lib"