The batteries of my nvidia shield tv sucks so i made a web remote for linux with adb installed
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

40 lines
497 B

#remote {
margin: 3em auto;
max-width: 300px;
}
.fa-1c5x {
font-size: 1.5em;
}
.connected-info {
width: 100%;
margin-top: 2em;
}
.play-pause-button {
max-height: 0.8em;
margin-bottom: 3px; /* WEIL LUKI SCHAßAUGAT IST */
}
.plex-button {
margin-bottom: 1px;
max-height: 14px;
}
.btn-youtube {
background: white;
color: red;
}
.btn-plex {
background: #3b3b3b;
}
.btn-twitch {
background: rebeccapurple;
}
.btn {
border-radius: 50px;
}