Skip to content
Snippets Groups Projects
Commit 2ad79636 authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

fixes #561

parent 1764f6f2
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ $border-width: 4px;
> .helpbar-toggler {
float: right;
margin-top: 2px;
margin-right: 5px;
}
}
......@@ -74,8 +75,8 @@ $border-width: 4px;
}
.helpbar-toggler {
margin-top: -7px;
margin-right: -6px;
margin-top: -5px;
margin-right: -1px;
}
.helpbar-widgets {
......@@ -99,7 +100,7 @@ $border-width: 4px;
> li {
border-top: 1px solid var(--content-color);
padding: 3px 0;
margin: 0 .25em;
margin: .4em .25em;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment