Skip to content

Commit

Permalink
Move item list styling into list scss
Browse files Browse the repository at this point in the history
  • Loading branch information
WithoutPants committed Jul 31, 2023
1 parent 0978da9 commit 9747e65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions ui/v2.5/src/components/List/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,11 @@ input[type="range"].zoom-slider {
.tilted {
transform: rotate(45deg);
}

.item-list-container {
padding-top: 15px;

@media (max-width: 576px) {
overflow-x: hidden;
}
}
8 changes: 0 additions & 8 deletions ui/v2.5/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ body {
}
}

.item-list-container {
padding-top: 15px;

@media (max-width: 576px) {
overflow-x: hidden;
}
}

code,
.code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
Expand Down

0 comments on commit 9747e65

Please sign in to comment.