Add media title popups.

This commit is contained in:
Dermot Duffy
2022-01-30 16:58:22 -08:00
parent 73c979e823
commit f871d9b533
12 changed files with 337 additions and 62 deletions
-1
View File
@@ -2,7 +2,6 @@
--video-max-height: none;
}
.embla__container {
// To support adaptive height animations.
transition: max-height 0.5s ease;
+8
View File
@@ -0,0 +1,8 @@
:host {
--paper-toast-background-color: rgba(0,0,0,0.6);
--paper-toast-color: white;
}
paper-toast {
max-width: unset;
}