mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-15 23:18:38 +02:00
Merge pull request #965 from patriceac/patch-49
Fix the display of the preview scale slider
This commit is contained in:
commit
05316ae25b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user