max height for buttons

This commit is contained in:
Ashley 2023-01-08 14:41:25 +00:00
parent 07709f0b5a
commit 16cde644de

View file

@ -510,7 +510,7 @@ display: block;" autoplay controls
<div>
<div class="video-info-buttons pill" >
<div class="new-button engagement" style="height: 2.3em;gap: 2px;">
<div class="new-button engagement" style="max-height: 36px;gap: 2px;height: 33px;">
<div title="<%=engagement.likes.toLocaleString()%> Likes">
<div class="pill-button" style="margin-right: 5.5px;">
@ -1244,7 +1244,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
<div>
<div>
<div style=" display: flex;
<div class="ptnewbuttons" style=" display: flex;
white-space: nowrap;
overflow: auto;
margin-bottom: 6px;