From a82ace5fe8e57f10f0e7d76b65ded08c47e8ba1c Mon Sep 17 00:00:00 2001 From: Jimmy Tanagra Date: Thu, 22 Feb 2024 21:38:03 +1000 Subject: [PATCH] Basic UI: remove max-width for buttons Signed-off-by: Jimmy Tanagra --- .vscode/settings.json | 22 +++++++++++++++++++ .../org.openhab.ui.basic/web-src/_layout.scss | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..7c03be3950 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#2f7c47", + "activityBar.background": "#2f7c47", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#422c74", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#2f7c47", + "statusBar.background": "#215732", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#2f7c47", + "statusBarItem.remoteBackground": "#215732", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#215732", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#21573299", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.remoteColor": "#215732" +} \ No newline at end of file diff --git a/bundles/org.openhab.ui.basic/web-src/_layout.scss b/bundles/org.openhab.ui.basic/web-src/_layout.scss index d792898dab..93d2994ce2 100644 --- a/bundles/org.openhab.ui.basic/web-src/_layout.scss +++ b/bundles/org.openhab.ui.basic/web-src/_layout.scss @@ -427,7 +427,6 @@ html.ui-layout-condensed & { margin: 0; } - max-width: 60%; display: flex; flex-wrap: wrap; gap: 4px;