This is an automated email from the ASF dual-hosted git repository.
brusdev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new 2c440b9 ARTEMIS-5676 reduce padding on left hand toolbar
2c440b9 is described below
commit 2c440b9c93e2e3c171ac361a20431e8f48c52d50
Author: Andy Taylor <[email protected]>
AuthorDate: Tue Sep 30 10:51:20 2025 +0100
ARTEMIS-5676 reduce padding on left hand toolbar
---
.../artemis-extension/app/public/css/activemq.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/artemis-console-extension/artemis-extension/app/public/css/activemq.css
b/artemis-console-extension/artemis-extension/app/public/css/activemq.css
index b6a48e5..5d0a2d2 100644
--- a/artemis-console-extension/artemis-extension/app/public/css/activemq.css
+++ b/artemis-console-extension/artemis-extension/app/public/css/activemq.css
@@ -328,5 +328,6 @@ background-color: var(--artemis-global--primary-color--300);
--pf-v5-global--link--Color--light:
var(--artemis-global--primary-color--300);;
--pf-v5-global--link--Color--light--hover:
var(--artemis-global--primary-color--400);
/** icon inside broker diagram */
- --pf-v5-topology__node--Color: var(--artemis-global--primary-color--100)
+ --pf-v5-topology__node--Color: var(--artemis-global--primary-color--100);
+ --pf-v5-c-page__sidebar--Width: 10em;
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact