Fixed linter errors

This commit is contained in:
squidfunk 2022-06-07 13:55:54 +02:00
parent e35efbb4f3
commit b0fa1ac5ad
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -209,8 +209,8 @@ kbd {
font-size: px2em(13.6px);
word-break: break-word;
background-color: var(--md-code-bg-color);
border-radius: px2rem(2px);
box-decoration-break: clone;
border-radius: px2rem(2px);
// Hide outline for pointer devices
&:not(.focus-visible) {
@ -232,9 +232,9 @@ kbd {
padding: px2em(10.5px, 13.6px) px2em(16px, 13.6px);
overflow: auto;
word-break: normal;
box-decoration-break: slice;
outline-color: var(--md-accent-fg-color);
box-shadow: none;
box-decoration-break: slice;
touch-action: auto;
scrollbar-width: thin;
scrollbar-color: var(--md-default-fg-color--lighter) transparent;

View File

@ -88,8 +88,8 @@ body {
// Main container
.md-container {
display: flex;
flex-direction: column;
flex-grow: 1;
flex-direction: column;
// [print]: Omit flexbox layout due to a Firefox bug (https://mzl.la/39DgR3m)
@media print {

View File

@ -92,8 +92,8 @@
// Navigation link
&__link {
display: flex;
align-items: center;
justify-content: space-between;
align-items: center;
margin-top: 0.625em;
overflow: hidden;
text-overflow: ellipsis;