Spaces:
Sleeping
Sleeping
Keldos
commited on
Commit
•
58dd150
1
Parent(s):
e071cb7
feat: 设置对话气泡最小高度宽度
Browse files- custom.css +2 -0
custom.css
CHANGED
@@ -76,6 +76,8 @@ ol:not(.options), ul:not(.options) {
|
|
76 |
padding: var(--spacing-xl) !important;
|
77 |
font-size: var(--text-md) !important;
|
78 |
line-height: var(--line-md) !important;
|
|
|
|
|
79 |
}
|
80 |
[data-testid = "bot"] {
|
81 |
max-width: 85%;
|
|
|
76 |
padding: var(--spacing-xl) !important;
|
77 |
font-size: var(--text-md) !important;
|
78 |
line-height: var(--line-md) !important;
|
79 |
+
min-height: calc(var(--text-md)*var(--line-md) + 2*var(--spacing-xl));
|
80 |
+
min-width: calc(var(--text-md)*var(--line-md) + 2*var(--spacing-xl));
|
81 |
}
|
82 |
[data-testid = "bot"] {
|
83 |
max-width: 85%;
|