mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Updated video card in editor
Refs https://github.com/TryGhost/Team/issues/1229
This commit is contained in:
parent
48e64a47be
commit
26265b6a11
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user