Updated video card in editor

Refs https://github.com/TryGhost/Team/issues/1229
This commit is contained in:
Sanne de Vries 2021-12-13 11:43:05 +01:00
parent 48e64a47be
commit 26265b6a11
2 changed files with 6 additions and 1 deletions

View File

@ -2279,6 +2279,11 @@ button.emoji-picker__category-button.active {
bottom: 0;
width: 100%;
z-index: 9999;
padding: 12px 16px;
}
.kg-video-card .kg-player-full {
padding: 16px 28px;
}
.kg-placeholder-video {

View File

@ -73,7 +73,7 @@
</div>
{{/if}}
<div class="kg-player-container">
<div class="kg-player">
<div class="kg-player {{if (eq @payload.cardWidth "full") "kg-player-full"}}">
<button class="kg-audio-play-icon">{{svg-jar "play"}}</button>
<button class="kg-audio-pause-icon kg-audio-hide">{{svg-jar "pause"}}</button>
<span class="kg-audio-current-time">0:00</span>