Profile page

- add discord username under logo discord when mouse over
This commit is contained in:
Kum1ta
2024-11-19 00:01:18 +01:00
parent c6dc286943
commit 5a1e40c11d
2 changed files with 29 additions and 1 deletions

View File

@ -294,6 +294,13 @@
right: 0;
}
.discord-username-settings {
position: absolute;
background-color: rgb(223, 223, 223);
color: black;
padding: 10px;
}
@media (max-width: 700px){
#profil .container {
width: 90%;