Surn commited on
Commit
8e632f4
·
1 Parent(s): 3e540f1

- change difficulty calculation
- add test_compare_difficulty_functions
- streamlit version update
- fix hugging face share link

Files changed (1) hide show
  1. battlewords/ui.py +1 -1
battlewords/ui.py CHANGED
@@ -1142,7 +1142,7 @@ def _render_grid(state: GameState, letter_map, show_grid_ticks: bool = True):
1142
  .st-emotion-cache-ig7yu6 {
1143
  min-width: calc(30% - 1.5rem);
1144
  }
1145
- .st-emotion-cache-15oaysa {
1146
  min-width: calc(8.33333% - 1rem);
1147
  }
1148
  }
 
1142
  .st-emotion-cache-ig7yu6 {
1143
  min-width: calc(30% - 1.5rem);
1144
  }
1145
+ .st-emotion-cache-15oaysa, .st-emotion-cache-8ocv8 {
1146
  min-width: calc(8.33333% - 1rem);
1147
  }
1148
  }