summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css7
-rw-r--r--themes/compact_night.css7
-rw-r--r--themes/light.css7
-rw-r--r--themes/light/cdm.less8
-rw-r--r--themes/night.css7
-rw-r--r--themes/night_blue.css7
6 files changed, 43 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 5a3a00cfe..aeee18050 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1161,6 +1161,13 @@ video::-webkit-media-controls-overlay-play-button {
.cdm i.material-icons {
color: #777;
}
+.cdm img.flavor-image {
+ width: 32px;
+ height: 32px;
+ margin: 8px ! important;
+ border-radius: 50%;
+ background-size: cover;
+}
.cdm .header {
position: sticky;
top: 0;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index c9f9b12a8..f550ebd27 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1161,6 +1161,13 @@ video::-webkit-media-controls-overlay-play-button {
.cdm i.material-icons {
color: #777;
}
+.cdm img.flavor-image {
+ width: 32px;
+ height: 32px;
+ margin: 8px ! important;
+ border-radius: 50%;
+ background-size: cover;
+}
.cdm .header {
position: sticky;
top: 0;
diff --git a/themes/light.css b/themes/light.css
index 9a4ac98c0..fdcfcf9bf 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -1161,6 +1161,13 @@ video::-webkit-media-controls-overlay-play-button {
.cdm i.material-icons {
color: #777;
}
+.cdm img.flavor-image {
+ width: 32px;
+ height: 32px;
+ margin: 8px ! important;
+ border-radius: 50%;
+ background-size: cover;
+}
.cdm .header {
position: sticky;
top: 0;
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 3a5b602f2..9c6d80d02 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -3,6 +3,14 @@
color : @color-icon;
}
+ img.flavor-image {
+ width : 32px;
+ height : 32px;
+ margin : 8px ! important;
+ border-radius : 50%;
+ background-size : cover;
+ }
+
.header {
position: sticky;
top : 0;
diff --git a/themes/night.css b/themes/night.css
index 22eb17e9f..1a39c20a8 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1162,6 +1162,13 @@ video::-webkit-media-controls-overlay-play-button {
.cdm i.material-icons {
color: #777;
}
+.cdm img.flavor-image {
+ width: 32px;
+ height: 32px;
+ margin: 8px ! important;
+ border-radius: 50%;
+ background-size: cover;
+}
.cdm .header {
position: sticky;
top: 0;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 8a3d7f8a5..01ce14661 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1162,6 +1162,13 @@ video::-webkit-media-controls-overlay-play-button {
.cdm i.material-icons {
color: #777;
}
+.cdm img.flavor-image {
+ width: 32px;
+ height: 32px;
+ margin: 8px ! important;
+ border-radius: 50%;
+ background-size: cover;
+}
.cdm .header {
position: sticky;
top: 0;