mirror of
https://github.com/vladmandic/automatic
synced 2026-09-03 03:20:45 +02:00
@@ -252,10 +252,10 @@ async function initImageViewer() {
|
||||
modalToggleParamsBtn.title = 'Toggle Parameters';
|
||||
modalToggleParamsBtn.addEventListener('click', modalToggleParams, true);
|
||||
|
||||
// exif
|
||||
const modalExif = document.createElement('div');
|
||||
modalExif.id = 'modalExif';
|
||||
modalExif.style = 'position: absolute; bottom: 0px; width: 100%; background-color: rgba(0, 0, 0, 0.5); color: var(--neutral-300); padding: 1em; font-size: small; line-height: 1.2em; z-index: 1; display: none;';
|
||||
// exif
|
||||
const modalExif = document.createElement('div');
|
||||
modalExif.id = 'modalExif';
|
||||
modalExif.style = 'position: absolute; bottom: 0px; width: 100%; background-color: rgba(0, 0, 0, 0.5); color: var(--neutral-300); padding: 1em; font-size: small; line-height: 1.2em; z-index: 1; display: none;';
|
||||
|
||||
// handlers
|
||||
modalPreviewZone.addEventListener('mousedown', () => { previewDrag = false; });
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@font-face { font-family: 'NotoSans'; font-display: swap; font-style: normal; font-weight: 100; src: local('NotoSans'), url('notosans-nerdfont-regular.ttf') }
|
||||
:root {
|
||||
--left-column: 520px;
|
||||
--left-column: 530px;
|
||||
--color-trace: #666666;
|
||||
--color-debug: #7F7F7F;
|
||||
--color-info: #D4D4D4;
|
||||
@@ -83,6 +83,7 @@ button.custom-button { border-radius: var(--button-large-radius); padding: var(-
|
||||
.performance .time { margin-right: 0; }
|
||||
.thumbnails { background: var(--body-background-fill); }
|
||||
.control-image { height: calc(100vw/3) !important; }
|
||||
.prompt textarea { resize: vertical; }
|
||||
#control_results { margin: 0; padding: 0; }
|
||||
#control_gallery { height: calc(100vw/3 + 60px); }
|
||||
#txt2img_gallery, #img2img_gallery { height: 50vh; }
|
||||
|
||||
Reference in New Issue
Block a user