Restructure project: add base theme and all modules like example
This commit is contained in:
13
example/modules/moving-cards.css
Normal file
13
example/modules/moving-cards.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
This module will make your Jellyfin cards lift up slightly when hovered over.
|
||||
This is a simple and effective way to make your Jellyfin instance look more modern.
|
||||
This can be used as a standalone module.
|
||||
*/
|
||||
|
||||
.cardBox:hover {
|
||||
transform: translateY(-2.5px);
|
||||
-webkit-transform: translateY(-2.5px);
|
||||
-moz-transform: translateY(-2.5px);
|
||||
-ms-transform: translateY(-2.5px);
|
||||
-o-transform: translateY(-2.5px);
|
||||
}
|
||||
Reference in New Issue
Block a user