mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-04-26 17:29:06 +00:00
Merge pull request #12 from alemelis/css
Add style.css to fit labels inside buttons
This commit is contained in:
@@ -13,7 +13,7 @@ Browse to the `Extensions` tab -> go to `Install from URL` -> paste in `https://
|
||||
|
||||
Here's how the UI looks like after installing this extension
|
||||
|
||||

|
||||
<img width="666" alt="Screenshot 2023-03-30 at 20 37 56" src="https://user-images.githubusercontent.com/4661737/228946744-dbffc4c6-8a3f-4a42-8e47-1056b3558afc.png">
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
13
style.css
Normal file
13
style.css
Normal file
@@ -0,0 +1,13 @@
|
||||
#txt2img_row_aspect_ratio button,
|
||||
#img2img_row_aspect_ratio button {
|
||||
min-width: 2.5em !important;
|
||||
max-width: fit-content !important;
|
||||
margin: 0 0 0.25em 0 !important;
|
||||
}
|
||||
|
||||
#txt2img_row_resolutions button,
|
||||
#img2img_row_resolutions button {
|
||||
min-width: 2.5em !important;
|
||||
max-width: fit-content !important;
|
||||
margin: 0 0 0.25em 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user