forked from LemmyNet/lemmy-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into fix/fix-tab-semantics…
…-a11y * origin/main: (47 commits) Fix mobile navbar bug (LemmyNet#1428) feat: Hide 'comments' in post listing comments button; icon and title text is clear feat: Drop dependency for tsconfig-paths-webpack-plugin fix main.css vars (LemmyNet#1424) forgot an import add tsconfigpathsplugin to resolve component classes v2 make suggested changes v0.18.0-rc.3 make suggested changes v0.18.0-beta.9 feat: Bootstrap 5 (LemmyNet#1378) Add scripts to make managing translations easier (LemmyNet#1414) Fix redirect after successful password reset fix: Shrink and normalize some post action button colors and sizes update imports export default everything, will fix type errors next fix missing imports fix: Litely Red was importing the wrong vars fix: Always show advanced post buttons dropdown ...
- Loading branch information
Showing
113 changed files
with
35,892 additions
and
27,082 deletions.
There are no files selected for viewing
Submodule lemmy-translations
updated
17 files
+0 −2 | email/en.json | |
+1 −1 | translations/da.json | |
+1 −1 | translations/de.json | |
+14 −5 | translations/en.json | |
+1 −1 | translations/eo.json | |
+1 −1 | translations/es.json | |
+1 −1 | translations/fi.json | |
+1 −1 | translations/fr.json | |
+1 −1 | translations/id.json | |
+1 −1 | translations/ja.json | |
+1 −1 | translations/lt.json | |
+1 −1 | translations/pl.json | |
+1 −1 | translations/pt_BR.json | |
+1 −1 | translations/ru.json | |
+1 −1 | translations/sk.json | |
+1 −1 | translations/sv.json | |
+1 −1 | translations/zh.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
@import "variables.darkly"; | ||
@import "variables.litely"; | ||
|
||
$secondary: #c80000; | ||
$danger: darken($primary, 24%); | ||
|
||
$theme-colors: ( | ||
"secondary": $secondary, | ||
"danger": $danger, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$link-decoration: none; | ||
$min-contrast-ratio: 3; | ||
|
||
$container-max-widths: ( | ||
lg: 1140px, | ||
); |
Oops, something went wrong.