Add profile dialog

This commit is contained in:
2025-08-20 21:57:52 +03:00
Unverified
parent 70008a6aa7
commit ac4185ce82
5 changed files with 49 additions and 28 deletions
+11 -2
View File
@@ -9,9 +9,8 @@
@use "lib/fonts/montserrat";
@use "lib/fonts/material-symbols";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@@ -22,5 +21,15 @@ body {
line-height: 1.6;
height: 100vh;
position: relative;
margin: 0;
}
mdui-dialog {
> *:first-child {
margin-block-start: 0;
}
> *:last-child {
margin-block-end: 0;
}
}