mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Dirty markup
This commit is contained in:
parent
dddf378977
commit
42015eca8f
3 changed files with 100 additions and 85 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/* Layout */
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
|
|
@ -52,8 +54,18 @@ a:focus {
|
|||
background-color: hsl(0, 0%, 0%, 0.1);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
/* Dirty views */
|
||||
|
||||
/* Home */
|
||||
|
||||
.app > main.home {
|
||||
padding: var(--inner-padding);
|
||||
max-height: unset;
|
||||
|
|
@ -76,17 +88,14 @@ a:focus {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.home details > ul {
|
||||
border-left: 4px solid currentColor;
|
||||
}
|
||||
|
||||
.home .play label {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
margin-bottom: 16px;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.home .play input {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue