Merge pull request #31 from transfem-org/icons

fix: css rounding
This commit is contained in:
Amelia Yukii 2023-10-01 01:53:06 +02:00 committed by GitHub
commit b64f9632b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View File

@ -73,7 +73,7 @@ async function onClick() {
padding: 0; padding: 0;
height: 31px; height: 31px;
font-size: 16px; font-size: 16px;
border-radius: 32px; border-radius: 5px;
background: #fff; background: #fff;
&.full { &.full {
@ -95,7 +95,7 @@ async function onClick() {
bottom: -5px; bottom: -5px;
left: -5px; left: -5px;
border: 2px solid var(--focus); border: 2px solid var(--focus);
border-radius: 32px; border-radius: 5px;
} }
} }

View File

@ -141,7 +141,7 @@ onBeforeUnmount(() => {
padding: 0; padding: 0;
height: 31px; height: 31px;
font-size: 16px; font-size: 16px;
border-radius: 32px; border-radius: 5px;
background: #fff; background: #fff;
&.full { &.full {
@ -169,7 +169,7 @@ onBeforeUnmount(() => {
bottom: -5px; bottom: -5px;
left: -5px; left: -5px;
border: 2px solid var(--focus); border: 2px solid var(--focus);
border-radius: 32px; border-radius: 5px;
} }
} }

View File

@ -236,6 +236,6 @@ function resetPassword(): void {
background: #ddd; background: #ddd;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
border-radius: 100%; border-radius: 5px;
} }
</style> </style>

View File

@ -114,7 +114,7 @@ function showMenu(ev) {
} }
function exploreOtherServers() { function exploreOtherServers() {
window.open('https://join.misskey.page/instances', '_blank'); window.open('https://joinsharkey.org/#findaninstance', '_blank');
} }
</script> </script>

View File

@ -112,7 +112,7 @@ definePageMetadata(computed(() => antenna ? {
display: block; display: block;
margin: var(--margin) auto 0 auto; margin: var(--margin) auto 0 auto;
padding: 8px 16px; padding: 8px 16px;
border-radius: 32px; border-radius: 5px;
} }
.tl { .tl {

View File

@ -231,7 +231,7 @@ definePageMetadata(computed(() => ({
display: block; display: block;
margin: var(--margin) auto 0 auto; margin: var(--margin) auto 0 auto;
padding: 8px 16px; padding: 8px 16px;
border-radius: 32px; border-radius: 5px;
} }
.postForm { .postForm {

View File

@ -105,7 +105,7 @@ definePageMetadata(computed(() => list ? {
display: block; display: block;
margin: var(--margin) auto 0 auto; margin: var(--margin) auto 0 auto;
padding: 8px 16px; padding: 8px 16px;
border-radius: 32px; border-radius: 5px;
} }
.tl { .tl {