Merge pull request from patriceac/patch-49

Fix the display of the preview scale slider
This commit is contained in:
cmdr2
2023-03-14 10:36:45 +05:30
committed by GitHub

@ -547,6 +547,11 @@ div.img-preview img {
display: none; display: none;
padding: 4pt; padding: 4pt;
} }
#preview-tools .display-settings .dropdown-content {
right: -6px;
top: 20px;
box-shadow: none;
}
.taskConfig { .taskConfig {
font-size: 10pt; font-size: 10pt;
color: #aaa; color: #aaa;