Skip to content

Commit

Permalink
increase width of column
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 4, 2024
1 parent 7e14787 commit aca7944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ProjectColumnComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ async function clickDeleteProjectButton() {
.project-name {
cursor: text;
max-width: 8em;
max-width: 100%;
}
</style>
4 changes: 2 additions & 2 deletions frontend/src/views/CollectionsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const hasValidProjectId = computed(() => storeProject.lastProjectId != null)
.sidebar {
background-color: var(--main-color);
height: 100vh;
width: 25%;
max-width: 20em;
width: 33%;
max-width: 25em;
}
.content {
Expand Down

0 comments on commit aca7944

Please sign in to comment.