From b131d676c4c8e54493b137a88aeef76955f1cd06 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Fri, 30 Dec 2022 10:31:52 -0500 Subject: [PATCH] Gradient header --- docs/static/css/extra.css | 4 ++++ server/server.go | 1 + web/src/components/ActionBar.js | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/static/css/extra.css b/docs/static/css/extra.css index 6ac0b7e7..1404035f 100644 --- a/docs/static/css/extra.css +++ b/docs/static/css/extra.css @@ -8,6 +8,10 @@ width: unset !important; } +header { + background: linear-gradient(150deg, rgba(51,133,116,1) 0%, rgba(86,189,168,1) 100%); filter: drop-shadow(0 5px 10px #ccc); +} + .md-header__topic:first-child { font-weight: 400; } diff --git a/server/server.go b/server/server.go index 97ce7467..c607c039 100644 --- a/server/server.go +++ b/server/server.go @@ -44,6 +44,7 @@ import ( purge accounts that were not logged into in X reset daily limits for users Account usage not updated "in real time" + max token issue limit Sync: - "mute" setting - figure out what settings are "web" or "phone" diff --git a/web/src/components/ActionBar.js b/web/src/components/ActionBar.js index 4196f4aa..572f713c 100644 --- a/web/src/components/ActionBar.js +++ b/web/src/components/ActionBar.js @@ -49,7 +49,10 @@ const ActionBar = (props) => { zIndex: { sm: 1250 }, // > Navigation (1200), but < Dialog (1300) ml: { sm: `${Navigation.width}px` } }}> - +