show header buttons conditionally

This commit is contained in:
Jakob Ketterl
2021-01-16 18:06:37 +01:00
parent 9f702f5d14
commit 13215960c4
2 changed files with 11 additions and 1 deletions

View File

@ -125,6 +125,11 @@
cursor:pointer;
}
#openwebrx-main-buttons .button[data-toggle-panel] {
/* will be enabled by javascript if the panel is present in the DOM */
display: none;
}
#openwebrx-main-buttons .button img {
height: 38px;
}