fmt
Browse files
src/lib/components/Battle/BattleControls.svelte
CHANGED
@@ -58,10 +58,14 @@
|
|
58 |
}
|
59 |
|
60 |
.message-bar {
|
|
|
61 |
padding: 1rem;
|
62 |
background: #f8f9fa;
|
63 |
border-bottom: 1px solid #e0e0e0;
|
64 |
text-align: center;
|
|
|
|
|
|
|
65 |
}
|
66 |
|
67 |
.message-bar.special {
|
@@ -73,6 +77,7 @@
|
|
73 |
margin: 0;
|
74 |
font-size: 1rem;
|
75 |
color: #333;
|
|
|
76 |
}
|
77 |
|
78 |
.action-area {
|
|
|
58 |
}
|
59 |
|
60 |
.message-bar {
|
61 |
+
min-height: 60px;
|
62 |
padding: 1rem;
|
63 |
background: #f8f9fa;
|
64 |
border-bottom: 1px solid #e0e0e0;
|
65 |
text-align: center;
|
66 |
+
display: flex;
|
67 |
+
align-items: center;
|
68 |
+
justify-content: center;
|
69 |
}
|
70 |
|
71 |
.message-bar.special {
|
|
|
77 |
margin: 0;
|
78 |
font-size: 1rem;
|
79 |
color: #333;
|
80 |
+
line-height: 1.4;
|
81 |
}
|
82 |
|
83 |
.action-area {
|