mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
feat(@ui): port Modal component
This commit is contained in:
@@ -128,8 +128,9 @@
|
||||
border-radius: var(--border-radius);
|
||||
width: 100%;
|
||||
display: flex;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
grid-template-columns: minmax(auto, 100%);
|
||||
|
||||
> div {
|
||||
|
||||
Reference in New Issue
Block a user