Fix for the Additionals plugin

Fix the icon's position of the default dashboards
This commit is contained in:
Guillaume AGNIERAY
2023-03-21 13:40:33 +01:00
parent 188df5599e
commit 164909da8a
2 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,18 @@
// https://www.redmine.org/plugins/additionals
// --------------------------------------------------
#sidebar .dashboards .dashboard-system-default {
position: absolute;
transform: translateY(-175%);
}
.flyout-menu .dashboard-system-default {
position: absolute;
right: 10px;
transform: translateY(-190%);
}
#sidebar .sidebar-additionals {
ul,
ol {

File diff suppressed because one or more lines are too long