X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fcf7be584a442a94cfb7c0d2b97b61ad52730e5..c65314d0db1d45ec00001b207e633072cb17c156:/src/wolnelektury/static/2022/styles/components/_player.scss?ds=sidebyside

diff --git a/src/wolnelektury/static/2022/styles/components/_player.scss b/src/wolnelektury/static/2022/styles/components/_player.scss
index 8fda601ba..2589d9c0c 100644
--- a/src/wolnelektury/static/2022/styles/components/_player.scss
+++ b/src/wolnelektury/static/2022/styles/components/_player.scss
@@ -242,6 +242,7 @@
       list-style-type: decimal;
       margin: 5px 0;
       color: white;
+      cursor: pointer;
 
       span {
           display: none;
@@ -299,5 +300,16 @@
 
     &:nth-child(1) { left: 0; }
     &:nth-child(2) { right: 0; }
+    &:nth-child(3) {
+        left: 0;
+        right: 0;
+        text-align: center;
+    }
   }
 }
+
+
+.project-icon {
+    max-width: 100px;
+    max-height: 50px;
+}