mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Adjust gallery
This commit is contained in:
parent
5018e8dc90
commit
1e11de1ceb
2 changed files with 22 additions and 4 deletions
|
@ -85,6 +85,23 @@ h3.galleryTitle{
|
|||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.galeryDetails .photo_identification{
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.galeryDetails .photo_identification img{
|
||||
max-width: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.galeryDetails .photo_identification .liveUser{
|
||||
overflow: hidden;
|
||||
white-space: nowrap; /* Prevents the text from wrapping to the next line */
|
||||
text-overflow: ellipsis; /* Adds the ellipsis when the text overflows */
|
||||
max-width: 100%; /* Set a width to trigger the ellipsis when content exceeds it */
|
||||
}
|
||||
|
||||
.firstRow .galeryDetails div{
|
||||
font-size: 1em;
|
||||
}
|
||||
|
@ -298,6 +315,7 @@ a.h6.galleryLink > strong{
|
|||
}
|
||||
.channelPhotoDescription{
|
||||
width: calc(100% - 65px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.notShowChannel .channelPhotoDescription{
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
</a>
|
||||
|
||||
<div class="galeryDetails" style="overflow: hidden;">
|
||||
<div>
|
||||
<img src="_user_photo_" class="photoImg img img-circle img-responsive" style="max-width: 20px;">
|
||||
</div>
|
||||
<div class="liveUser">_user_identification_</div>
|
||||
<div class="photo_identification" data-toggle="tooltip" title="_user_identification_" >
|
||||
<img src="_user_photo_" class="photoImg img img-circle img-responsive">
|
||||
<div class="liveUser">_user_identification_</div>
|
||||
</div>
|
||||
<div class="galleryTags" style="clear: both; min-height: 20px;">
|
||||
_total_on_live_links_id_
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue