Increase tab button size for better readability
Browse files
src/display/css_html_js.py
CHANGED
@@ -187,7 +187,7 @@ div.tabs, .tab-nav {
|
|
187 |
.tab-nav button, .tab-buttons button, div[class*="tab-nav"] > button {
|
188 |
margin: 0 !important;
|
189 |
padding: 2px 6px !important;
|
190 |
-
font-size:
|
191 |
line-height: 1 !important;
|
192 |
min-width: unset !important;
|
193 |
min-height: unset !important;
|
|
|
187 |
.tab-nav button, .tab-buttons button, div[class*="tab-nav"] > button {
|
188 |
margin: 0 !important;
|
189 |
padding: 2px 6px !important;
|
190 |
+
font-size: 20px !important;
|
191 |
line-height: 1 !important;
|
192 |
min-width: unset !important;
|
193 |
min-height: unset !important;
|