James McCool commited on
Commit
51177bc
·
1 Parent(s): 03c5140

Update CSS in app.py to adjust font size for portal element

Browse files

Modified the CSS to set the font size for the portal element, enhancing the visual presentation and consistency of the application. This change aims to improve user experience by ensuring better readability of content within the portal.

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ st.markdown("""
65
  box-sizing: content-box !important;
66
  }
67
 
68
- tr{
69
- font-size: 8px;
70
  }
71
 
72
  </style>""", unsafe_allow_html=True)
 
65
  box-sizing: content-box !important;
66
  }
67
 
68
+ div[id="portal"] {
69
+ --gdg-editor-font-size: 0.775;
70
  }
71
 
72
  </style>""", unsafe_allow_html=True)