File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " use-vibes" ,
3
- "version" : " 0.4.14 " ,
3
+ "version" : " 0.4.15 " ,
4
4
"type" : " module" ,
5
5
"description" : " Transform any DOM element into an AI-powered micro-app" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 41
41
.imggen-root {
42
42
position : relative;
43
43
max-width : 100% ;
44
- border-radius : var ( --imggen- border-radius);
44
+ /* No border-radius to allow downstream apps to set their own */
45
45
overflow : hidden;
46
46
}
47
47
57
57
position : relative;
58
58
width : 100% ;
59
59
overflow : hidden;
60
- border-radius : var ( --imggen- border-radius);
60
+ /* No border-radius to allow downstream apps to set their own */
61
61
}
62
62
63
63
/* Expand button in upper left corner */
109
109
width : 100% ;
110
110
height : auto;
111
111
display : block;
112
- border-radius : var ( --imggen- border-radius);
112
+ /* No border-radius to allow downstream apps to set their own */
113
113
}
114
114
115
115
/* ---- Overlays ---- */
You can’t perform that action at this time.
0 commit comments