diff --git a/assets/style.css b/assets/style.css index db799d7..9e5be39 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,12 +2,13 @@ body{ background-color: #0C1616FF; color: #8896b2; min-width: 0px; - margin: 2em auto !important; + margin: 2em 2em !important; margin-left: auto; margin-right: auto; line-height: 1.5; font-size: 16px; font-family: Open Sans,Arial; + font-weight: bold; text-align: center; display: block; } @@ -22,18 +23,6 @@ tr{ #usertable{ display: block ruby; } -.actiontable{ - display: inline flow-root; - margin-inline: 10px; -} -.action_name{ - border: none; - display: inline; - font-family: inherit; - font-size: inherit; - padding: none; - width: auto; -} #errorbox{ border: 1px solid black; background-color: darkorange; diff --git a/assets/style.css.gz b/assets/style.css.gz deleted file mode 100644 index 5f04e9a..0000000 Binary files a/assets/style.css.gz and /dev/null differ diff --git a/broker/sse.go b/broker/sse.go index 116c23f..85b4093 100644 --- a/broker/sse.go +++ b/broker/sse.go @@ -9,7 +9,7 @@ import ( // the amount of time to wait when pushing a message to // a slow client or a client that closed after `range clients` started. -const patience time.Duration = time.Second * 1 +const patience time.Duration = time.Millisecond * 500 type ( NotificationEvent struct { diff --git a/components/error.html b/components/error.html index 2fe8b70..ea4c078 100644 --- a/components/error.html +++ b/components/error.html @@ -1,6 +1,6 @@ {{define "error"}} -