Skip to content

Commit

Permalink
Fixed linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jun 7, 2022
1 parent e35efbb commit b0fa1ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion material/assets/stylesheets/main.4a0965b7.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/assets/stylesheets/main/_typeset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/layout/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0fa1ac

Please # to comment.