Skip to content
Snippets Groups Projects
Commit b6c20c9f authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

fixes #561

Closes #561

Merge request studip/studip!2189
parent 55116da0
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