Skip to content

Commit 44dd7e6

Browse files
refactor: Standardised all html edits to use template strings, and slightly changed modals on desktop (v1.5.6.4)
1 parent aae0a46 commit 44dd7e6

6 files changed

Lines changed: 987 additions & 1086 deletions

File tree

src/Jellyfin.Plugin.SeerrFin/Inject/seerrfin-letterboxd.js

Lines changed: 303 additions & 279 deletions
Large diffs are not rendered by default.

src/Jellyfin.Plugin.SeerrFin/Inject/seerrfin-modal.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787

8888
.bst-aether-card {
8989
position: relative;
90-
width: 95%;
91-
height: 97%;
90+
width: 70%;
91+
height: 75%;
9292
max-width: 1200px;
9393
max-height: 850px;
9494
margin: -0.705em;
@@ -101,6 +101,13 @@
101101
pointer-events: auto;
102102
}
103103

104+
@media (max-width: 768px) {
105+
.bst-aether-card {
106+
width: 95%;
107+
height: 97%;
108+
}
109+
}
110+
104111
.bst-aether-card-inner {
105112
position: relative;
106113
height: 100%;

0 commit comments

Comments
 (0)