fixes #2289 increase modal size and change messages margin

This commit is contained in:
Linty 2024-12-05 12:42:10 +01:00
parent bb8f3d5715
commit bd9571cb72
2 changed files with 6 additions and 1 deletions

View file

@ -2587,7 +2587,7 @@ $(document).ready(function() {
background-color:white; background-color:white;
padding:30px; padding:30px;
width:745px; width:745px;
height: 630px; height: 635px;
flex-direction:column; flex-direction:column;
border-radius:15px; border-radius:15px;
} }

View file

@ -6195,6 +6195,11 @@ a.group_users {
.preview-box.icon-zoom-in:hover img { .preview-box.icon-zoom-in:hover img {
opacity:0.5; opacity:0.5;
} }
#GuestUserList .messages {
margin: 0 0 15px 0;
}
/* See in the gallery - Photo page */ /* See in the gallery - Photo page */
.see-out{ .see-out{
display: block; display: block;