mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 07:05:43 +02:00
🩹 Re: #119 - Fixes text overflow in theme selector
This commit is contained in:
parent
8012d85749
commit
d8ae1dc1a6
@ -131,7 +131,8 @@ export default {
|
|||||||
div.vs__dropdown-toggle {
|
div.vs__dropdown-toggle {
|
||||||
border-color: var(--settings-text-color);
|
border-color: var(--settings-text-color);
|
||||||
border-radius: var(--curve-factor);
|
border-radius: var(--curve-factor);
|
||||||
width: 8rem;
|
min-width: 8rem;
|
||||||
|
max-width: 16rem;
|
||||||
height: 1.8rem;
|
height: 1.8rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user