Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,24 @@ code {
overflow-y: scroll;
}

@media only screen and (max-width: 450px) {
.page {
flex-direction: column;
}

.left-pane {
width: 100%;
}

.right-pane {
width: 100%;
}

.links {
display: none;
}
}

.spinner {
margin-top: 30vh;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Menu extends React.Component {
{this.getDropDown()}
</Form>

<div>
<div className="links">
<a href="https://flix.dev/">
<Button color="link" className="ml-3">
Website
Expand Down