Uthar commited on
Commit
83842ea
1 Parent(s): c887523

Create css.css

Browse files
Files changed (1) hide show
  1. css.css +12 -0
css.css ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ .gallery { min_width=512px; min_height=512px; max_height=512px; !important; }
3
+ .image-monitor {
4
+ border:1px solid red;
5
+ }
6
+ .svelte-1pijsyv{
7
+ border:1px solid green;
8
+ }
9
+ .gallery-container{
10
+ max-height: 512px;
11
+ }
12
+ </style>