mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add a special class to the app container when the player page is active
This commit is contained in:
parent
42015eca8f
commit
5b283d2789
6 changed files with 31 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ html, body {
|
|||
}
|
||||
|
||||
.app {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
display: flex;
|
||||
|
|
@ -66,14 +66,14 @@ ul {
|
|||
|
||||
/* Home */
|
||||
|
||||
.app > main.home {
|
||||
.app > .view.home {
|
||||
padding: var(--inner-padding);
|
||||
max-height: unset;
|
||||
height: 200%;
|
||||
}
|
||||
|
||||
.home input,
|
||||
.home select {
|
||||
.view.home input,
|
||||
.view.view.home select {
|
||||
padding: 4px 8px;
|
||||
color: var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
|
|
@ -82,20 +82,20 @@ ul {
|
|||
font: inherit;
|
||||
}
|
||||
|
||||
.home summary {
|
||||
.view.home summary {
|
||||
display: inline-block;
|
||||
padding-right: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.home .play label {
|
||||
.view.home .play label {
|
||||
display: inline-block;
|
||||
margin-bottom: 16px;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.home .play input {
|
||||
.view.home .play input {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue