Skip to content

Commit

Permalink
Merge pull request #141 from DavidProdinger/feature/group-share
Browse files Browse the repository at this point in the history
Feature/group share
  • Loading branch information
te-online authored Oct 24, 2023
2 parents 1a04680 + 58d8e80 commit 2b92e44
Show file tree
Hide file tree
Showing 24 changed files with 1,051 additions and 681 deletions.
2 changes: 2 additions & 0 deletions css/timemanager.css
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,8 @@ label {
border-radius: 100%;
width: 32px;
height: 32px; }
.existing-sharees li img.sharee-group {
filter: var(--background-invert-if-dark); }
.existing-sharees.compact li {
margin-bottom: 0;
min-height: 16px;
Expand Down
4 changes: 4 additions & 0 deletions css/timemanager.scss
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,10 @@ label {
border-radius: 100%;
width: 32px;
height: 32px;

&.sharee-group {
filter: var(--background-invert-if-dark);
}
}
}

Expand Down
Loading

0 comments on commit 2b92e44

Please sign in to comment.