Popup: fix 'tab' sidebar max width

This commit is contained in:
Tamius Han 2020-03-15 20:19:48 +01:00
parent e447b39beb
commit 2e7b7f6c30

View File

@ -484,6 +484,7 @@ html, body {
#tablist { #tablist {
min-width: 275px; min-width: 275px;
max-width: 300px;
} }
.header { .header {