forked from alemelis/sd-webui-ar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
34 lines (31 loc) · 933 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#txt2img_container_aspect_ratio,
#img2img_container_aspect_ratio {
gap: 5px !important;
margin-top: 3px;
margin-bottom: 3px;
}
#txt2img_row_aspect_ratio,
#txt2img_row_resolutions,
#img2img_row_aspect_ratio,
#img2img_row_resolutions {
gap: 8px;
}
#txt2img_row_aspect_ratio button,
#txt2img_row_resolutions button,
#img2img_row_aspect_ratio button,
#img2img_row_resolutions button {
gap: 10px !important;
max-width: unset !important;
min-width: var(150px); /* 请替换 为您想要的最小宽度值 */
font-size: var(0.8em); /* 请替换 为您想要的字体大小 */
white-space: nowrap; /* 禁止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 超出部分用省略号显示 */
}
button#arc_show_calculator_button,
button#arc_hide_calculator_button,
#arc_empty_space {
max-width: 45px !important;
min-width: unset !important;
padding: var(--size-0-5) var(--size-2) !important;
}