binwiederhier před 3 roky
rodič
revize
b131d676c4

+ 4 - 0
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;
 }

+ 1 - 0
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"

+ 4 - 1
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` }
         }}>
-            <Toolbar sx={{pr: '24px'}}>
+            <Toolbar sx={{
+                pr: '24px',
+                background: "linear-gradient(150deg, rgba(51,133,116,1) 0%, rgba(86,189,168,1) 100%)"
+            }}>
                 <IconButton
                     color="inherit"
                     edge="start"