Icon shifting and unification of padding
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
728e00b1b0
commit
085d963166
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue