Skip to content

Commit

Permalink
Merge pull request #148 from LemmyNet/main
Browse files Browse the repository at this point in the history
[pull] master from LemmyNet:main
  • Loading branch information
pull[bot] authored Oct 16, 2024
2 parents 72d726f + 407d1dd commit 0ab4e5b
Show file tree
Hide file tree
Showing 28 changed files with 2,508 additions and 1,330 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"schedule": ["every weekend"],
"automerge": true
"automerge": true,
"ignoreDeps": ["lemmy-js-client"]
}
8 changes: 8 additions & 0 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,14 @@ br.big {
width: fit-content;
}

.oauth-item details[open] .oauth-item-caret {
transform: rotate(90deg);
}

.default-oauth-providers-section > ul {
list-style: none;
}

em-emoji-picker {
width: 100%;
}
Loading

0 comments on commit 0ab4e5b

Please sign in to comment.