diff options
author | ibrainventures <j.geiger@webstudio.de> | 2023-08-29 13:31:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 13:31:01 +0000 |
commit | ba7d0d225a97a7d79a150d1f649011f54552b3bf (patch) | |
tree | 52c8430578c5b7a6293747e55af2463fa2c4574f /style.css | |
parent | 02e7824e6a9c3d74af7b383dd66a3a1c231ef082 (diff) | |
download | stable-diffusion-webui-gfx803-ba7d0d225a97a7d79a150d1f649011f54552b3bf.tar.gz stable-diffusion-webui-gfx803-ba7d0d225a97a7d79a150d1f649011f54552b3bf.tar.bz2 stable-diffusion-webui-gfx803-ba7d0d225a97a7d79a150d1f649011f54552b3bf.zip |
Update style.css
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -621,6 +621,9 @@ table.popup-table .link{ .modalControls {
display: flex;
+ position: absolute;
+ right: 0px;
+ left: 0px;
gap: 1em;
padding: 1em;
background-color:rgba(0,0,0,0);
|