mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:33:08 +02:00
commit
b64f9632b4
7 changed files with 9 additions and 9 deletions
|
@ -73,7 +73,7 @@ async function onClick() {
|
|||
padding: 0;
|
||||
height: 31px;
|
||||
font-size: 16px;
|
||||
border-radius: 32px;
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
|
||||
&.full {
|
||||
|
@ -95,7 +95,7 @@ async function onClick() {
|
|||
bottom: -5px;
|
||||
left: -5px;
|
||||
border: 2px solid var(--focus);
|
||||
border-radius: 32px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ onBeforeUnmount(() => {
|
|||
padding: 0;
|
||||
height: 31px;
|
||||
font-size: 16px;
|
||||
border-radius: 32px;
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
|
||||
&.full {
|
||||
|
@ -169,7 +169,7 @@ onBeforeUnmount(() => {
|
|||
bottom: -5px;
|
||||
left: -5px;
|
||||
border: 2px solid var(--focus);
|
||||
border-radius: 32px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -236,6 +236,6 @@ function resetPassword(): void {
|
|||
background: #ddd;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
border-radius: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -114,7 +114,7 @@ function showMenu(ev) {
|
|||
}
|
||||
|
||||
function exploreOtherServers() {
|
||||
window.open('https://join.misskey.page/instances', '_blank');
|
||||
window.open('https://joinsharkey.org/#findaninstance', '_blank');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -231,7 +231,7 @@ definePageMetadata(computed(() => ({
|
|||
display: block;
|
||||
margin: var(--margin) auto 0 auto;
|
||||
padding: 8px 16px;
|
||||
border-radius: 32px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.postForm {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue