Merge branch 'final-fixes' into 'develop'
Final fixes Closes #1386 See merge request pleroma/pleroma-fe!2241
This commit is contained in:
commit
2a69abf374
3 changed files with 5 additions and 8 deletions
0
changelog.d/finalfix.skip
Normal file
0
changelog.d/finalfix.skip
Normal file
10
src/App.scss
10
src/App.scss
|
|
@ -749,13 +749,11 @@ option {
|
|||
max-height: 0.6em;
|
||||
min-width: 0.6em;
|
||||
max-width: 0.6em;
|
||||
padding: 0;
|
||||
left: calc(50% + 0.5em);
|
||||
top: calc(50% - 1em);
|
||||
line-height: 0;
|
||||
font-size: 0;
|
||||
left: calc(50% - 0.6em);
|
||||
top: calc(50% - 0.6em);
|
||||
margin-left: 0.4em;
|
||||
margin-top: -0.4em;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&.-counter {
|
||||
|
|
|
|||
|
|
@ -270,8 +270,7 @@
|
|||
// big one
|
||||
z-index: 1;
|
||||
line-height: 2em;
|
||||
filter: drop-shadow(0 0 5em var(--profileTint))
|
||||
drop-shadow(0 0 0.5em var(--profileTint))
|
||||
filter: drop-shadow(0 0 0.5em var(--profileTint))
|
||||
drop-shadow(0 0 0.2em var(--profileTint));
|
||||
|
||||
.alert {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue