Spaces:
Running
Running
Set stMainBlockContainer to max-width: 1100px;
Browse files- battlewords/ui.py +3 -0
battlewords/ui.py
CHANGED
|
@@ -55,6 +55,9 @@ def inject_styles() -> None:
|
|
| 55 |
st.markdown(
|
| 56 |
"""
|
| 57 |
<style>
|
|
|
|
|
|
|
|
|
|
| 58 |
/* Base grid cell visuals */
|
| 59 |
.bw-row { display: flex; gap: 0.1rem; flex-wrap: nowrap; }
|
| 60 |
.bw-cell {
|
|
|
|
| 55 |
st.markdown(
|
| 56 |
"""
|
| 57 |
<style>
|
| 58 |
+
.stMainBlockContainer {
|
| 59 |
+
max-width: 1100px;
|
| 60 |
+
}
|
| 61 |
/* Base grid cell visuals */
|
| 62 |
.bw-row { display: flex; gap: 0.1rem; flex-wrap: nowrap; }
|
| 63 |
.bw-cell {
|