Skip to content

Commit

Permalink
Merge pull request #45 from robin38n/main
Browse files Browse the repository at this point in the history
Issue #18: Improve project configuration panel
  • Loading branch information
dirkriehle authored Jan 13, 2025
2 parents 6254730 + de92bdf commit fee9fbe
Show file tree
Hide file tree
Showing 6 changed files with 3,288 additions and 222 deletions.
40 changes: 40 additions & 0 deletions client/src/components/Configuration/ProjectConfig.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,43 @@ border-radius: 5px;
.URLDialog{
margin-top: 50px;
}

.project-container {
display: flex;
justify-content: center;
}

.project-list {
list-style-type: none;
padding: 0;
}

.project-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 10px;
width: 100%;
}

.project-buttons {
display: flex;
gap: 10px;
margin-left: auto;
}

.editButton img {
width: 16px;
height: 16px;
}

.joinButton {
margin-top: 0px;
}

.createButton {
width: 100%;
max-width: 200px;
display: inline-block;
text-align: center;
}
Loading

0 comments on commit fee9fbe

Please sign in to comment.