mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
fixed alignment of refresh buttons in settings
This commit is contained in:
@@ -1840,6 +1840,15 @@ pre {
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
}
|
||||
|
||||
#settings .gr-button-tool {
|
||||
align-self: flex-end !important;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
min-width: 34px !important;
|
||||
max-width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
/* For tablets: */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user