- Add to Friends

- remove from Friend list
- Cancel Ask Friend
.... OK !
This commit is contained in:
paoloar77
2022-01-14 23:54:12 +01:00
parent 45993d05c5
commit bf74eb2a03
26 changed files with 1327 additions and 529 deletions

View File

@@ -902,3 +902,7 @@ $heightBtn: 100%;
box-shadow: 0 0 45px rgba(246, 246, 246, 0.2);
margin: 1px;
}
.fill-all-width {
width: -webkit-fill-available;
}