mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:43:09 +02:00
Revert "test: change buttons and avatar"
This reverts commit 9c8aaf3945
.
This commit is contained in:
parent
17c6efe116
commit
45cb1d7709
6 changed files with 8 additions and 8 deletions
|
@ -73,7 +73,7 @@ async function onClick() {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 5px;
|
border-radius: 32px;
|
||||||
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: 5px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ onBeforeUnmount(() => {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 31px;
|
height: 31px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 5px;
|
border-radius: 32px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
&.full {
|
&.full {
|
||||||
|
@ -179,7 +179,7 @@ onBeforeUnmount(() => {
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
left: -5px;
|
left: -5px;
|
||||||
border: 2px solid var(--focus);
|
border: 2px solid var(--focus);
|
||||||
border-radius: 5px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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: 5px;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -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: 5px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tl {
|
.tl {
|
||||||
|
|
|
@ -259,7 +259,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: 5px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postForm {
|
.postForm {
|
||||||
|
|
|
@ -92,7 +92,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: 5px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tl {
|
.tl {
|
||||||
|
|
Loading…
Reference in a new issue