-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Avatar Design Issue in Editor in Twenty Nineteen theme #5426
Changes from 4 commits
b892a41
7c492d3
9857a80
b558a7b
2b15e0f
26ed1b8
f72f189
1427d25
2a0d8fc
30954f7
b6bf355
2452701
647d593
9099d97
09a2050
5ff4794
cd5cf79
bc4eb46
653b644
8f40982
6a891c7
5f2f5f6
a21f5a3
96339bd
fdec267
2dc5684
4cee935
36a7c6c
4d19f6c
0ce733c
76ab1b8
96a589b
f3236c2
b38a6cf
7ce1281
57a5164
c44432b
7f0b940
ee461f0
68ded6f
0300f88
52854e2
8035bda
d859cbe
525cd53
d1f73cd
e1265a3
be491e2
1325c63
9bfb304
13e055c
1850589
ac4f768
8df5178
8e8adbb
5eef2bb
edb416c
32dd59b
144d098
09ec7e2
f2c78fe
7914d30
bd88eaf
8e56669
e5e8ccb
deda757
59947c5
1e29ef9
fdc54a4
6352f24
c78e3fb
3c6680b
1bca32e
cafaabf
e62bad5
c6773ee
d522886
ed9ade3
77dcb17
9cedd5f
4525e0c
434ef23
23e0c3e
ea2f0e6
a29cff6
d1faee9
e3731cc
54a09a7
c973689
e98fe1f
e9f335d
0e28444
455044e
0928c1d
da1f881
9f7fc54
5df258b
f759a36
7aa146d
8e88bc8
67296ea
0e55989
489b9e7
43d2455
e43275b
cb85d88
15637fa
b9ca649
4c90a91
f7041f1
b315d4e
8b2ed2f
cc64516
71cb3f8
868f2ef
fa421ca
2d764b4
15b5be2
cb56405
20f8b30
52720ef
18cacc0
788d709
ca24196
57597d9
3da3296
eff1a3d
7c1c48c
543c9f5
7e7315b
94b70f1
fd42519
ed88ebb
c827e32
0bea937
efc2d9e
15cbfd5
c363981
f036880
c59b7b1
454f2bf
9ae009f
6089ffb
753b41b
e3fc052
2c1a6ae
3d19b28
ba40e28
56e16bd
0d109bd
24531a9
8dee781
c3fd114
dd69139
35add73
68fd1e3
9d7bc51
bfcf293
a4500a1
bb1c19f
935f4d1
c399654
a64c96f
0b7165e
e707e37
d4a77a3
0c7b78e
c5fff20
3287684
d17afcc
27ac620
ecbd137
5815624
91e51f9
85de4aa
3d154d7
edcc85c
74abf14
4a2eb5c
5cd843e
d8785e3
b4eeefe
a1cf525
6653002
3c4fbc3
c9f04d4
ba42713
d3ac623
2e3b292
d0262ec
e42e65d
1381ad9
3bf2b25
de0c402
e83f5a1
5a8e44c
2f91b1f
a21e447
5139923
86d4ac2
78ef4f7
28fd787
6daf853
616e673
fa441af
a615250
b617b5c
5bd13e7
1fdafca
a92aa29
2526eab
bb14399
fe1df40
3cb6f03
d7d91b8
311f45e
5fbcb55
338fb7e
400a7ac
5c4b488
0c4cc89
a9e4769
c8e4c33
c786aa8
e108d27
adbd348
9b0d0af
2ce87aa
393f673
cf8b74d
90ad304
94e6fe9
0e0b100
179b680
b57c822
5466d3a
a9c985c
cabfa6f
71b8dcb
3e92635
9573b33
a172e31
377689a
b81bf93
87918c1
31fff7e
2837d82
2f785fd
4eb35e6
02d2727
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1604,4 +1604,4 @@ ul.wp-block-archives li ul, | |
padding-left: 0; | ||
padding-right: 0; | ||
width: 100%; | ||
} | ||
} | ||
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -1020,3 +1020,15 @@ $group-block-background__padding: $font__size_base; | |||||||||||||||||||||||||
width: 100%; | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
/** === Post Author Block === */ | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
.editor-styles-wrapper { | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
& .avatar, | ||||||||||||||||||||||||||
& .wp-block-post-author__avatar img { | ||||||||||||||||||||||||||
border-radius: 50%; | ||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Twenty Nineteen's editor styles automatically add the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sabernhardt I have updated changes as per mentioned. |
||||||||||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please restore the empty line at the end of the file.
(Whoever commits the change could compile this stylesheet from the SCSS, but the file should remain unchanged if it is not compiled within the pull request.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have Restored Last empty line.