update(Profil Profilbild): adds button to upload new profil foto if foto is not yet acepted

This commit is contained in:
SimonGschnell
2025-06-25 11:22:14 +02:00
parent c3ec34a038
commit cbc9a87a47
7 changed files with 66 additions and 11 deletions
+13 -1
View File
@@ -9,7 +9,6 @@
width:21px;
background-color:var(--fhc-profil-border);
position:absolute;
/* top: 1px is important, otherwise it goes over the border of the thumbnail*/
top:1px;
right:12px;
display:flex;
@@ -18,6 +17,19 @@
border-radius:3px;
}
.image-upload {
height: 22px;
width: 21px;
background-color: var(--fhc-profil-border);
position: absolute;
bottom: 4.5px;
left: 14.5px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 3px 3px 3px 0;
}
.tabulator-collapsed-row{
padding:15px;
background-color: var(--fhc-profil-tabulator-shadow);