fix: 12px -> 12.5px

This commit is contained in:
2021-12-07 01:01:39 +09:00
parent 33a1681536
commit f70dbf9cf3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ div.bar_out div.bar_in {
} }
.tooltip { .tooltip {
font-size: 12px; font-size: 12.5px;
} }
.tooltip_copyable_info .tooltiptext { .tooltip_copyable_info .tooltiptext {
+1 -1
View File
@@ -182,7 +182,7 @@ div.bar_out div.bar_in {
} }
.tooltip { .tooltip {
font-size: 12px; font-size: 12.5px;
} }
.tooltip_copyable_info .tooltiptext { .tooltip_copyable_info .tooltiptext {
+1 -1
View File
@@ -337,7 +337,7 @@ body {
outline-width: 1px; outline-width: 1px;
outline-color: gray; outline-color: gray;
min-height: 64px; min-height: 64px;
font-size: 12px; font-size: 12.5px;
word-break: break-all; word-break: break-all;
color: white; color: white;
} }