diff --git a/assets/style.css b/assets/style.css index f286693..5751336 100644 --- a/assets/style.css +++ b/assets/style.css @@ -55,6 +55,46 @@ span.instance-name { position: relative; } +/* .svg.feather.feather-thumbs-up:hover { + color: green !important; +} + +svg.feather.feather-thumbs-up:active, +svg.feather.feather-thumbs-up:visited { + fill: green !important; +} + +button.action-button-like.activated { + fill: green !important; +} + +button.action-button-dislike.activated { + fill: red !important; +} + +svg.feather.feather-thumbs-down:hover { + color: red !important; +} + +svg.feather.feather-thumbs-down:active, +svg.feather.feather-thumbs-down:visited, +.action-button-dislike { + fill: red !important; +} + */ + +.video-thumbnail { + border-radius: 0.315rem !important; +} + +.video-thumbnail:hover { + transform: scale(1.02); +} + +.video-thumbnail:hover .play-overlay .icon { + transform: translate(-50%, -50%) scale(1.75); +} + .logged-in-block, .logged-in-block > div { background-color: #181818 !important; diff --git a/package.json b/package.json index 3029341..bfdb897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.1.0", + "version": "1.1.2", "description": "NCTV dark theme.", "engine": { "peertube": ">=4.2.0"