aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/styles.css b/styles.css
index 8279e75..2c02554 100644
--- a/styles.css
+++ b/styles.css
@@ -215,19 +215,17 @@ hr
215 border-bottom: solid var(--color-border-light-1) 1px; 215 border-bottom: solid var(--color-border-light-1) 1px;
216} 216}
217 217
218.ButtonRow 218.ButtonRow, .ButtonRowLeft
219{ 219{
220 display: flex; 220 display: flex;
221 justify-content: right;
222 gap: 10px; 221 gap: 10px;
223 margin: 10px 0; 222 margin: 10px 0;
224 align-items: baseline; 223 align-items: baseline;
225} 224}
226 225
227.ButtonRowLeft 226.ButtonRow
228{ 227{
229 text-align: Left; 228 justify-content: right;
230 margin-top: 10px;
231} 229}
232 230
233.Toolbar 231.Toolbar