Improve right menu kbd nav when no char is selected

4fd39e8ad34ce8613fce6957c1586a81dfa8dc15

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -0Ignore whitespace
public/style.css+4 -0
@@ -2759,6 +2759,10 @@ input[type="file"] {
2759 font-size: calc(var(--mainFontSize) * 1.25);2759 font-size: calc(var(--mainFontSize) * 1.25);
2760}2760}
27612761
2762#rm_button_selected_ch h2:empty {
2763 display: none;
2764}
2765
2762.selected-right-tab {2766.selected-right-tab {
2763 filter: brightness(150%);2767 filter: brightness(150%);
2764}2768}