Skip to content

Commit

Permalink
Merge pull request #1011 from arawa/fix/css_alignments
Browse files Browse the repository at this point in the history
Good job 👍
  • Loading branch information
zak39 authored Jun 13, 2024
2 parents e68bb4d + 68e0971 commit 6a6cbb6
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 67 deletions.
24 changes: 20 additions & 4 deletions css/workspace-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.workspace-tr {
height: 50px;
height: 52px;
padding: 5px;
}
.workspace-tr:hover {
Expand All @@ -57,8 +57,8 @@
min-width: 35px !important;
border-radius: 50%;
padding: 0px;
margin-top: 10px !important;
margin-right: 14px !important;
margin-top: auto !important;
margin-bottom: auto !important;
}

.color-picker:hover {
Expand All @@ -70,9 +70,25 @@
.titles-for-space {
font-weight: bold;
font-size: 20px;
margin-top: 10px;
margin-top: auto;
margin-bottom: auto;
}

.user-counter {
margin-right: 5px;
}

/* hooks navigation NC 27 */
.workspace-sidebar h2, .workspace-sidebar .app-navigation-caption{
margin-top: 0 ! important;
margin-bottom: 0 ! important;
}

.workspace-sidebar .app-navigation-entry__title .app-navigation-entry__utils {
margin-right: 30px;
}

/* force toggle visibility */
.workspace-sidebar .icon-collapse {
visibility: visible !important;
}
Loading

0 comments on commit 6a6cbb6

Please sign in to comment.