This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
forked from catppuccin/stable-diffusion-webui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modify.css
144 lines (128 loc) · 4.32 KB
/
modify.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/* ------------------------------------------------------ 调整文生图部分界面 开始 */
/* 调整反向提示词框的默认高度 */
#txt2img_neg_prompt textarea {
min-height: 87px;
}
/* ------------------------------------------------------ 调整文生图部分界面 结束 */
/* ------------------------------------------------------ 调整图生图部分界面 开始 */
/* 调整插件间的间距 */
#img2img_script_container {
padding-left: 10px;
padding-right: 10px;
}
#img2img_script_container > * {
margin-top: 15px;
}
#img2img_script_container #script_list {
margin-top: 20px;
}
/* 调整反推提示词部分的样式 */
#interrogate_col {
white-space: pre-line;
}
#interrogate_col .bilingual__trans_wrapper em {
margin-top: 4px;
}
/* 调整反向提示词框的默认高度 */
#img2img_neg_prompt textarea {
min-height: 87px;
}
/* ------------------------------------------------------ 调整图生图部分界面 结束 */
/* ------------------------------------------------------ 调整部分TabItem Content Padding 开始 */
#tab_openpose_editor {
padding-top: 25px;
}
#tab_ti {
padding-top: 18px;
}
/* ------------------------------------------------------ 调整部分TabItem Content Padding 结束 */
/* ------------------------------------------------------ 调整顶部快捷选择的样式 开始 */
#setting_sd_model_checkpoint .bilingual__trans_wrapper {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-shrink: 0;
flex-wrap: nowrap;
}
#setting_sd_model_checkpoint .bilingual__trans_wrapper em {
margin-left: 6px;
}
#setting_sd_vae .bilingual__trans_wrapper em {
display: none;
}
/* ------------------------------------------------------ 调整顶部快捷选择的样式 结束 */
/* ------------------------------------------------------ 调整顶部Tabs 开始 */
#tabs button.selected {
border-bottom: 2px solid var(--accent) !important;
}
/* ------------------------------------------------------ 调整顶部Tabs 结束 */
/* ------------------------------------------------------ 调整模型展示部分 开始 */
.extra-network-cards .card {
width: 12em;
height: 17em;
}
.extra-network-cards .card .actions .name {
font-size: 1.35em;
}
/* ------------------------------------------------------ 调整模型展示部分 结束 */
/* ------------------------------------------------------ 调整Civitai Helper 开始 */
.actions .additional ul {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
}
.actions .additional ul > * {
margin: 0 !important;
padding: 0 5px !important;
font-size: 14px !important;
}
/* ------------------------------------------------------ 调整Civitai Helper 结束 */
/* ------------------------------------------------------ 调整模型预览部分 开始 */
.extra-network-cards .card:hover {
box-shadow: 0 0 0 2px var(--accent);
}
/* ------------------------------------------------------ 调整模型预览部分 结束 */
/* ------------------------------------------------------ 调整生成按钮下工具区域 开始 */
#txt2img_tools,
#img2img_tools {
display: flex;
flex-direction: row;
justify-content: center;
text-align: center;
}
/* ------------------------------------------------------ 调整生成按钮下工具区域 结束 */
/* ------------------------------------------------------ 调整模板风格 开始 */
#txt2img_styles > label > div > div > div,
#img2img_styles > label > div > div > div {
min-height: 40px !important;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
#txt2img_styles input,
#img2img_styles input {
flex-grow: 1;
}
#txt2img_styles .bilingual__trans_wrapper,
#img2img_styles .bilingual__trans_wrapper {
min-height: unset;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-shrink: 0;
flex-wrap: nowrap;
}
#txt2img_styles .bilingual__trans_wrapper em,
#img2img_styles .bilingual__trans_wrapper em {
margin-left: 6px;
}
/* ------------------------------------------------------ 调整模板风格 结束 */
/* ------------------------------------------------------ 调整设置样式 开始 */
#settings_show_all_pages {
background: none;
}
/* ------------------------------------------------------ 调整设置风格 结束 */