console not shown at start, infobox for touch device

This commit is contained in:
Daniel
2025-05-02 10:41:55 +02:00
committed by zolliker
parent 8f7406c31b
commit df582a2f23
4 changed files with 45 additions and 24 deletions
+9 -1
View File
@@ -81,7 +81,15 @@
display: none;
}
.button-info:hover + .info-box {
.info-box-visible-by-click {
display: inline-block;
}
.icon-info {
margin-left: 4px;
}
.icon-info:hover + .info-box {
display: inline-block;
}