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

View File

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