diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index 7fc469ec6..04f0410fa 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -67,21 +67,8 @@ main { cursor: pointer; } - -#photoprism .p-tab-logs { - max-width: 99%; - margin: 8px; - padding: 4px; -} - #photoprism .p-logs { - box-sizing: border-box; - width: auto; - margin: 0; - height: 100%; - padding: 10px; color: white; - overflow-y: auto; } #photoprism .p-log-message { @@ -92,7 +79,7 @@ main { white-space: normal; color: white; font-weight: bold; - padding: 5px; + padding: 4px; margin: 0; } diff --git a/frontend/src/pages/settings/logs.vue b/frontend/src/pages/settings/logs.vue index 8faa22771..ee0cd3a1e 100644 --- a/frontend/src/pages/settings/logs.vue +++ b/frontend/src/pages/settings/logs.vue @@ -1,10 +1,12 @@ diff --git a/frontend/src/resources/options.json b/frontend/src/resources/options.json index 29c216917..a4c2eaca7 100644 --- a/frontend/src/resources/options.json +++ b/frontend/src/resources/options.json @@ -19,16 +19,16 @@ "value": "raspberry" }, { - "text": "Teal", - "value": "teal" + "text": "Seaweed", + "value": "seaweed" }, { - "text": "Purple", - "value": "purple" + "text": "Lavender", + "value": "lavender" }, { - "text": "Black", - "value": "black" + "text": "Night", + "value": "night" } ] } diff --git a/frontend/src/resources/themes.json b/frontend/src/resources/themes.json index b275eb2b7..64dc465f9 100644 --- a/frontend/src/resources/themes.json +++ b/frontend/src/resources/themes.json @@ -47,9 +47,9 @@ "navigation": "#616161", "navigation-home": "#000000" }, - "teal": { - "primary": "#00897B", - "secondary-dark": "#00897B", + "seaweed": { + "primary": "#26A69A", + "secondary-dark": "#26A69A", "secondary": "#B0BEC5", "secondary-light": "#B0BEC5", "accent": "#B0BEC5", @@ -63,9 +63,9 @@ "navigation": "#37474F", "navigation-home": "#263238" }, - "purple": { - "primary": "#5C6BC0", - "secondary-dark": "#5C6BC0", + "lavender": { + "primary": "#8C9EFF", + "secondary-dark": "#8C9EFF", "secondary": "#B0BEC5", "secondary-light": "#B0BEC5", "accent": "#B0BEC5", @@ -79,7 +79,7 @@ "navigation": "#37474F", "navigation-home": "#263238" }, - "black": { + "night": { "primary": "#778899", "secondary-dark": "#000000", "secondary": "#757575",