Polish the modals #80

Open
twig wants to merge 4 commits from modal-polish into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 002b6982a6 - Show all commits

View file

@ -42,6 +42,7 @@ function createModal(link: string) {
.media-item {
cursor: pointer;
max-width: 15dvw;
border-radius: var(--embed-radius);
}
</style>

View file

@ -10,6 +10,7 @@ complementaryColor = white
--sidebar-margin: .5em;
--standard-radius: .5em;
--embed-radius: .3em;
--button-radius: .6em;
--guild-icon-radius: 15%;
--pfp-radius: 50%;