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 {
|
.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;
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user