chore: tweak
This commit is contained in:
parent
0decf2a651
commit
dc4f749a0b
@ -104,6 +104,7 @@ const friendStyle = computed(() => {
|
||||
|
||||
.content :deep(.vp-social-links) {
|
||||
justify-content: flex-start;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.content :deep(.vp-social-link) {
|
||||
@ -112,7 +113,7 @@ const friendStyle = computed(() => {
|
||||
|
||||
.content p {
|
||||
display: -webkit-box;
|
||||
padding-top: 8px;
|
||||
padding-top: 16px;
|
||||
overflow: hidden;
|
||||
line-height: 1.5;
|
||||
color: var(--vp-friends-text-color);
|
||||
|
||||
@ -484,9 +484,9 @@
|
||||
* Component: Friends
|
||||
* -------------------------------------------------------------------------- */
|
||||
:root {
|
||||
--vp-friends-text-color: var(--vp-c-text-2);
|
||||
--vp-friends-text-color: var(--vp-c-text-1);
|
||||
--vp-friends-bg-color: var(--vp-c-bg-alt);
|
||||
--vp-friends-name-color: var(--vp-c-text-2);
|
||||
--vp-friends-name-color: var(--vp-c-text-1);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user