Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
13cf790
1
Parent(s):
130fc3f
fix: add preview border radius
Browse files- css/style.css +1 -0
css/style.css
CHANGED
@@ -99,6 +99,7 @@ h1::after {
|
|
99 |
|
100 |
.gallery_container .preview {
|
101 |
background: transparent !important;
|
|
|
102 |
}
|
103 |
|
104 |
.gallery_container .preview [data-testid="detailed-image"] {
|
|
|
99 |
|
100 |
.gallery_container .preview {
|
101 |
background: transparent !important;
|
102 |
+
border-radius: 0% !important;
|
103 |
}
|
104 |
|
105 |
.gallery_container .preview [data-testid="detailed-image"] {
|