From 1385804c27cb0beb3ed12adcb5e7f1e4725fd860 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Apr 2023 18:14:11 +0200 Subject: [PATCH] add action theme --- theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.css b/theme.css index 26e3209..e32161a 100644 --- a/theme.css +++ b/theme.css @@ -49,3 +49,8 @@ width: calc(100% - 1rem) !important; } } + +.action-view-right { + margin-left: 10px; + border-radius: 5px; +}