mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update ModalComponent.vue
This commit is contained in:
parent
a3a5b8155d
commit
bf1ab3926e
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,6 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-container {
|
.modal-container {
|
||||||
@apply w-min m-auto px-8 bg-dark-700 p-6 rounded-xl min-w-[20vw];
|
@apply w-min m-auto min-w-[20vw];
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue