Update style.css
Browse files
style.css
CHANGED
@@ -2,6 +2,13 @@
|
|
2 |
/* :root {
|
3 |
--user-image: url('https://ih1.redbubble.net/image.4776899543.6215/st,small,507x507-pad,600x600,f8f8f8.jpg');
|
4 |
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
.avatar-container.svelte-1x5p6hu:not(.thumbnail-item) img {
|
6 |
width: 100%;
|
7 |
height: 100%;
|
|
|
2 |
/* :root {
|
3 |
--user-image: url('https://ih1.redbubble.net/image.4776899543.6215/st,small,507x507-pad,600x600,f8f8f8.jpg');
|
4 |
} */
|
5 |
+
|
6 |
+
/* fix for huggingface infinite growth*/
|
7 |
+
main.flex.flex-1.flex-col {
|
8 |
+
max-height: 95vh;
|
9 |
+
}
|
10 |
+
|
11 |
+
|
12 |
.avatar-container.svelte-1x5p6hu:not(.thumbnail-item) img {
|
13 |
width: 100%;
|
14 |
height: 100%;
|