commits
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/345
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/334
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/333
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/332
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/331
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/330
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/329
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/328
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/327
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/325
- Makes cards elevated again
- Don't indent posts on profile page
There are also some other changes but they were meant for the UserStyle's options, it does not change anything visually for the builtin theme
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/324
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/323
Previously, we used the elevated material styles for all mat-card
elements. This isn't even mentioned in angular's documentation anymore,
as there they default to, and only show the `outline` or `outlined`
style (angular-material is inconsistent with this)
Now, every mat-card I could find has `appearance="outlined"` set on it
to achieve the desired look. The sidebar/`mat-drawer` was also adjusted
to fit.
I swear there was a way to set a default appearance in angular-material,
but I can't for the life of me find it again.
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/322
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/321
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/320
Reviewed-on: https://codeberg.org/wafrn/wafrn/pulls/316
Previously, we used the elevated material styles for all mat-card
elements. This isn't even mentioned in angular's documentation anymore,
as there they default to, and only show the `outline` or `outlined`
style (angular-material is inconsistent with this)
Now, every mat-card I could find has `appearance="outlined"` set on it
to achieve the desired look. The sidebar/`mat-drawer` was also adjusted
to fit.
I swear there was a way to set a default appearance in angular-material,
but I can't for the life of me find it again.