diff options
author | ItsOlegDm <itsolegdm@gmail.com> | 2023-01-28 15:05:08 +0000 |
---|---|---|
committer | ItsOlegDm <itsolegdm@gmail.com> | 2023-01-28 15:05:08 +0000 |
commit | f4eeff659e18fc7683f426371394f48b58a00bd3 (patch) | |
tree | 1b08ae5c981647ab1e7fe9f56d33a93b503e970f | |
parent | a43fafb481feb3ef369d1963412de4e7b320fc34 (diff) | |
download | stable-diffusion-webui-gfx803-f4eeff659e18fc7683f426371394f48b58a00bd3.tar.gz stable-diffusion-webui-gfx803-f4eeff659e18fc7683f426371394f48b58a00bd3.tar.bz2 stable-diffusion-webui-gfx803-f4eeff659e18fc7683f426371394f48b58a00bd3.zip |
Removed buttons centering
-rw-r--r-- | style.css | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -136,7 +136,6 @@ #txt2img_tools, #img2img_tools{
gap: 0.4em;
- justify-content: center;
}
#interrogate_col{
|