mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
max height for buttons
This commit is contained in:
parent
07709f0b5a
commit
16cde644de
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue