UX: Fix two small mobile styling issues (#36)
This commit is contained in:
parent
34f84d0d83
commit
c7376c243d
|
@ -149,6 +149,7 @@
|
|||
color: var(--tertiary, $tertiary);
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
word-break: break-word;
|
||||
& > * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
}
|
||||
}
|
||||
.docs-browse {
|
||||
padding-bottom: 60px; // for DiscourseHub footer nav
|
||||
.docs-items {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue