[Glitch] Add download button to audio and video players

Port 9b36f62df6 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Nima Boscarino
2019-10-25 02:48:20 -07:00
committed by Thibaut Girka
parent ebe34ed529
commit bde35e7878
3 changed files with 20 additions and 0 deletions

View File

@ -504,6 +504,10 @@
display: flex;
justify-content: space-between;
padding-bottom: 10px;
.video-player__download__icon {
color: inherit;
}
}
&__buttons {