Skip to content

Commit

Permalink
Try to make image strip longer
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Dec 2, 2023
1 parent 723cacc commit fc06c06
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,21 @@ input[type="search"]::-webkit-search-cancel-button {
#download-help {
margin-top: 0.4rem;
margin-bottom: 0.4rem;
}

@media (min-width:950px) {
.uv .footerPanel {
width: 82% !important;
float: right !important;
}
.uv .leftPanel {
height: 103% !important;
}
.uv .leftPanel .main, .uv .leftPanel .tabsContent {
height:100% !important;
}

.uv .leftPanel .views {
height: 93% !important;
}
}

0 comments on commit fc06c06

Please sign in to comment.