Add swap SD dimensions button

This commit is contained in:
Cohee
2024-06-18 01:10:23 +03:00
parent a9c4422c87
commit 88b6331aed
3 changed files with 28 additions and 2 deletions

View File

@@ -101,3 +101,14 @@
margin-right: 5px;
margin-left: 5px;
}
#sd_dimensions_block {
position: relative;
}
#sd_swap_dimensions {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}