Skip to content
Snippets Groups Projects
Commit 7c4af4ce authored by HJ's avatar HJ :fire:
Browse files

improved side-drawer alignments

parent b6cf2bce
No related branches found
No related tags found
2 merge requests!1278Merge develop into master for 2.2.0,!1260FontAwesome 5
This commit is part of merge request !1260. Comments created here will be created in the context of that merge request.
......@@ -320,7 +320,6 @@
border-bottom: 1px solid;
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
margin: 0.2em 0;
}
.side-drawer ul:last-child {
......@@ -331,8 +330,11 @@
padding: 0;
a {
box-sizing: border-box;
display: block;
padding: 0.5em 0.85em;
height: 3em;
line-height: 2em;
padding: 0.5em 0.7em;
&:hover {
background-color: $fallback--lightBg;
......
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