Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
test: change buttons and avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName committed Sep 30, 2023
1 parent 7a51e2d commit 9c8aaf3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkChannelFollowButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function onClick() {
padding: 0;
height: 31px;
font-size: 16px;
border-radius: 32px;
border-radius: 5px;
background: #fff;

&.full {
Expand All @@ -95,7 +95,7 @@ async function onClick() {
bottom: -5px;
left: -5px;
border: 2px solid var(--focus);
border-radius: 32px;
border-radius: 5px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/src/components/MkFollowButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ onBeforeUnmount(() => {
padding: 0;
height: 31px;
font-size: 16px;
border-radius: 32px;
border-radius: 5px;
background: #fff;

&.full {
Expand Down Expand Up @@ -169,7 +169,7 @@ onBeforeUnmount(() => {
bottom: -5px;
left: -5px;
border: 2px solid var(--focus);
border-radius: 32px;
border-radius: 5px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkSignin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ function resetPassword(): void {
background: #ddd;
background-position: center;
background-size: cover;
border-radius: 100%;
border-radius: 5px;
}
</style>
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/antenna-timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ definePageMetadata(computed(() => antenna ? {
display: block;
margin: var(--margin) auto 0 auto;
padding: 8px 16px;
border-radius: 32px;
border-radius: 5px;
}

.tl {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ definePageMetadata(computed(() => ({
display: block;
margin: var(--margin) auto 0 auto;
padding: 8px 16px;
border-radius: 32px;
border-radius: 5px;
}

.postForm {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user-list-timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ definePageMetadata(computed(() => list ? {
display: block;
margin: var(--margin) auto 0 auto;
padding: 8px 16px;
border-radius: 32px;
border-radius: 5px;
}

.tl {
Expand Down

0 comments on commit 9c8aaf3

Please sign in to comment.