We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7bf0 commit d52605dCopy full SHA for d52605d
1 file changed
src/css/link.css
@@ -133,7 +133,7 @@
133
}
134
135
.is-link-style-list .link-panel-front {
136
- padding: 0.5em 1em;
+ padding: 0.5em 1.5em;
137
138
139
.is-theme-radius .link-panel-front {
@@ -456,7 +456,9 @@
456
457
458
.is-link-item-display-letcon-show .link-display-letcon {
459
- display: block;
+ display: flex;
460
+ justify-content: center;
461
+ align-items: center;
462
463
464
.link-display-letter {
0 commit comments