Add action buttons and status bar

This commit is contained in:
Gabe Kangas
2022-05-07 16:13:06 -07:00
parent 448c23d097
commit f835ae5086
19 changed files with 191 additions and 103 deletions

View File

@@ -1,7 +1,7 @@
# These are the variables used in the user interface.
# They can be overwritten to customize the look and feel.
# We should write some documentation on how to do that when the time comes.
# The fewer there are the better as it'll be easier to customize and document.
# The fewer there are the easier it'll be easier to customize and document.
theme:
primary-color:
@@ -24,7 +24,7 @@ theme:
comment: "A secondary background color used in sections and controls."
rounded-corners:
value: "5px"
comment: "The radius of rounded corners."
comment: "The radius of rounded corners used in places."
success-color:
value: "{color.owncast.green.500.value}"