Converted popup into modal.

This commit is contained in:
Mike Cao 2023-05-24 21:54:49 -07:00
parent fb4dd75e18
commit 5a5127c921
2 changed files with 12 additions and 16 deletions

View file

@ -1,12 +1,3 @@
.popup {
background: var(--base50);
padding: 20px;
margin-left: 10px;
border: 1px solid var(--base400);
border-radius: var(--border-radius);
width: 400px;
}
.urls {
display: flex;
flex-direction: column;