full enhance of anime page and player.

This commit is contained in:
2025-12-31 02:05:10 +01:00
parent a4ff19c3d7
commit 2afb9742b1
23 changed files with 3900 additions and 4443 deletions

View File

@@ -25,6 +25,11 @@ html.electron .panel-header {
top: var(--titlebar-height) !important;
}
html.electron .player-wrapper {
top: var(--titlebar-height);
height: calc(100% - var(--titlebar-height));
}
html.electron .panel-content {
margin-top: 2rem;
}