made the settings responsive via a dropdown menu
This commit is contained in:
parent
dd0502d486
commit
4b21fe04f3
3 changed files with 63 additions and 36 deletions
|
@ -240,4 +240,8 @@ input[type="radio"] {
|
|||
/* Make the option appear greyed out */
|
||||
pointer-events: none;
|
||||
/* Prevent clicks */
|
||||
}
|
||||
|
||||
.dropdown{
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue