Starting popup notice

This commit is contained in:
2024-01-14 15:40:20 +01:00
parent a254e5a0c2
commit a085fcd92b
9 changed files with 60 additions and 17 deletions

View File

@ -0,0 +1,17 @@
*{
color: #cccccc;
font-size: 35px;
background-color: #1a1a1a;
}
body {
}
#app #avatar
{
max-height: 10em;
max-width: 10em;
min-height: 6em;
min-width: 6em;
}

View File

@ -1,18 +1,17 @@
#app #main .account
{
background-color: red;
color: #1a1a1a;
}
#app #main
{
width: 60%;
display: flex;
margin-left: auto;
margin-right: auto;
flex-direction: column;
color: #1a1a1a;
}
#app #main .profile
{
background-color: green;
color: #1a1a1a;
}

View File

@ -1,9 +1,3 @@
#app #avatar
{
height: 100px;
width: 100px;
}
#app #username
{
font-size: 0.8em;

View File

@ -1,7 +1,10 @@
#app img
{
max-height: 3em;
max-width: 3em;
max-height: 4em;
max-width: 4em;
min-height: 2em;
min-width: 2em;
}
#app ul