Deadmon commited on
Commit
4ac99ad
1 Parent(s): 4b10774

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -30,7 +30,7 @@
30
  #component-6 {
31
  height: 100%; /* Ensure component-6 fills the height of its parent */
32
  width: min(512px, 100%); /* Ensure component-6 fills the width of its parent */
33
- min-width: min(160px, 100%);
34
  border-style: solid;
35
  overflow: hidden;
36
  border-width: var(--block-border-width); /* Ensure border width adjusts dynamically */
 
30
  #component-6 {
31
  height: 100%; /* Ensure component-6 fills the height of its parent */
32
  width: min(512px, 100%); /* Ensure component-6 fills the width of its parent */
33
+ min-width: min(512px, 100%);
34
  border-style: solid;
35
  overflow: hidden;
36
  border-width: var(--block-border-width); /* Ensure border width adjusts dynamically */