forked from AkkomaGang/akkoma-fe
force popover to be a bit bigger
This commit is contained in:
parent
8c9356b9fd
commit
35dfb09e6f
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover {
|
||||||
|
transform: translateX(-64px) translateY(5px);
|
||||||
|
min-width: 70%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue