You've already forked AstralRinth
forked from didirus/AstralRinth
fix some styling (oops) (#64)
* fix some styling (oops) * Update pnpm-lock.yaml
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "omorphia",
|
||||
"type": "module",
|
||||
"version": "0.4.24",
|
||||
"version": "0.4.25",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user