Skip to content

Commit

Permalink
fix some styling (oops) (#64)
Browse files Browse the repository at this point in the history
* fix some styling (oops)

* Update pnpm-lock.yaml
  • Loading branch information
CodexAdrian authored Jun 10, 2023
1 parent cea5a18 commit 6edac37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/components/base/DropdownButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ onBeforeUnmount(() => {
.arrow {
display: inline-block;
transition: transform 0.2s ease;
padding: 1px;
height: 18px;
&.rotate {
transform: rotate(180deg);
}
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.24",
"version": "0.4.25",
"files": [
"dist",
"lib"
Expand Down

0 comments on commit 6edac37

Please sign in to comment.