Icon shifting and unification of padding

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-14 16:07:36 +02:00
parent 728e00b1b0
commit 085d963166
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 7 additions and 1 deletions

View File

@ -103,6 +103,12 @@ kbd {
> li {
display: inline-flex;
flex-wrap: wrap;
> a {
/* Ugly hack for overriding the main entry link */
padding-left: 44px !important;
}
&:focus,
&:hover,
&.active,
@ -134,7 +140,7 @@ kbd {
/* Second level nesting for lists */
> ul {
flex: 1 0 100%;
padding-left: 44px;
padding-left: 62px;
width: inherit;
transition: max-height 2000ms ease-in-out,
opacity 250ms ease-in-out;