Skip to content

Commit

Permalink
refactor: improve responsive UI (#86)
Browse files Browse the repository at this point in the history
* fix(lottie-theme): remove container fit-content

* chore(gitignore): add path & venv

* fix: code html element

* fix: table css on small screens
  • Loading branch information
Aidosmf authored Sep 10, 2024
1 parent f330f66 commit 5b0b27d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ docs/lottie.schema.json
site/
__pycache__
node_modules
path
venv

# Operating system
.DS_Store
10 changes: 8 additions & 2 deletions tools/theme/css/lottie-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ a:hover {
background-color: #006a5f;
}

.container {
width: fit-content;
code {
white-space: normal;
}

table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

0 comments on commit 5b0b27d

Please sign in to comment.