improved click zones for extra buttons (music gateway)
Signed-off-by: ari melody <ari@arimelody.me>
This commit is contained in:
parent
2af03c6676
commit
788c0e2f05
|
@ -334,20 +334,26 @@ div#info {
|
||||||
|
|
||||||
div#extras ul {
|
div#extras ul {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: .6em;
|
|
||||||
list-style: none;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
margin: 0 -.5rem;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#extras ul li {
|
||||||
|
flex-grow: 1;
|
||||||
|
display: flex;
|
||||||
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#extras ul li a {
|
div#extras ul li a {
|
||||||
|
padding: 0 .5rem;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
text-align: center;
|
||||||
color: #888;
|
color: #888;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
writing-mode: vertical-rl;
|
|
||||||
transition: color .1s linear;
|
transition: color .1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue