Merge branch 'icons' of https://github.com/transfem-org/Sharkey into icons

This commit is contained in:
Mar0xy 2023-10-01 01:53:38 +02:00
commit 9fd66f92db
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
101 changed files with 154 additions and 154 deletions

View File

@ -228,7 +228,7 @@
}
button {
border-radius: 999px;
border-radius: 4px;
padding: 0px 12px 0px 12px;
border: none;
cursor: pointer;
@ -296,7 +296,7 @@
margin-bottom: 2rem;
padding: 0.5rem 1rem;
width: 40rem;
border-radius: 10px;
border-radius: 5px;
justify-content: center;
margin: auto;
}

View File

@ -24,7 +24,7 @@ html {
}
button {
border-radius: 999px;
border-radius: 4px;
padding: 0px 12px 0px 12px;
border: none;
cursor: pointer;
@ -93,7 +93,7 @@ code {
background: #333;
padding: 0.5rem 1rem;
max-width: 40rem;
border-radius: 10px;
border-radius: 5px;
justify-content: center;
margin: auto;
white-space: pre-wrap;

View File

@ -297,7 +297,7 @@ export async function openAccountMenu(opts: {
}],
}, {
type: 'link' as const,
icon: 'ph-usersta ph-bold ph-lg',
icon: 'ph-users ph-bold ph-lg',
text: i18n.ts.manageAccounts,
to: '/settings/accounts',
}, {

View File

@ -84,7 +84,7 @@ function resolve() {
box-sizing: border-box;
align-items: center;
padding: 14px;
border-radius: 8px;
border-radius: 5px;
--c: rgb(255 196 0 / 15%);
background-image: linear-gradient(45deg, var(--c) 16.67%, transparent 16.67%, transparent 50%, var(--c) 50%, var(--c) 66.67%, transparent 66.67%, transparent 100%);
background-size: 16px 16px;

View File

@ -125,6 +125,6 @@ function openPostForm() {
.postForm {
background: var(--bg);
border-radius: 8px;
border-radius: 5px;
}
</style>

View File

@ -154,7 +154,7 @@ function onMousedown(evt: MouseEvent): void {
}
&.rounded {
border-radius: 999px;
border-radius: 4px;
}
&.primary {
@ -264,7 +264,7 @@ function onMousedown(evt: MouseEvent): void {
left: 0;
width: 100%;
height: 100%;
border-radius: 6px;
border-radius: 5px;
overflow: clip;
pointer-events: none;
}

View File

@ -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;
}
}

View File

@ -100,7 +100,7 @@ const bannerStyle = computed(() => {
padding: 8px 12px;
font-size: 80%;
background: rgba(0, 0, 0, 0.7);
border-radius: 6px;
border-radius: 5px;
color: #fff;
}
@ -111,7 +111,7 @@ const bannerStyle = computed(() => {
left: 16px;
background: rgba(0, 0, 0, 0.7);
color: var(--warn);
border-radius: 6px;
border-radius: 5px;
font-weight: bold;
font-size: 1em;
padding: 4px 7px;

View File

@ -55,7 +55,7 @@ defineExpose({
font-size: 85%;
padding: 4px 12px 4px 8px;
border: solid 1px var(--divider);
border-radius: 999px;
border-radius: 4px;
&:hover {
border-color: var(--inputBorderHover);

View File

@ -102,7 +102,7 @@ const onInput = (ev: KeyboardEvent) => {
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
outline: none;
box-shadow: none;
box-sizing: border-box;

View File

@ -223,7 +223,7 @@ onUnmounted(() => {
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

View File

@ -196,7 +196,7 @@ onBeforeUnmount(() => {
box-sizing: border-box;
text-align: center;
background: var(--panel);
border-radius: 16px;
border-radius: 4px;
}
.icon {

View File

@ -100,7 +100,7 @@ function onDragend() {
position: relative;
padding: 8px 0 0 0;
min-height: 180px;
border-radius: 8px;
border-radius: 5px;
cursor: pointer;
&:hover {

View File

@ -63,7 +63,7 @@ const isThumbnailAvailable = computed(() => {
position: relative;
display: flex;
background: var(--panel);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
}

View File

@ -139,7 +139,7 @@ onMounted(() => {
background: var(--buttonBg);
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
border-radius: 6px;
border-radius: 5px;
transition: border-radius 0.3s;
&:hover {

View File

@ -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;
}
}

View File

@ -221,7 +221,7 @@ defineExpose({
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
outline: none;
box-shadow: none;
box-sizing: border-box;

View File

@ -46,7 +46,7 @@ function getInstanceIcon(instance): string {
align-items: center;
padding: 16px;
background: var(--panel);
border-radius: 8px;
border-radius: 5px;
> :global(.icon) {
display: block;

View File

@ -74,7 +74,7 @@ function close() {
overflow: auto;
overscroll-behavior: contain;
text-align: left;
border-radius: 16px;
border-radius: 4px;
&.asDrawer {
width: 100%;
@ -97,7 +97,7 @@ function close() {
justify-content: center;
vertical-align: bottom;
height: 100px;
border-radius: 10px;
border-radius: 5px;
&:hover {
color: var(--accent);

View File

@ -82,7 +82,7 @@ onMounted(() => {
}
.audio {
border-radius: 8px;
border-radius: 5px;
overflow: clip;
}
</style>

View File

@ -157,7 +157,7 @@ function showMenu(ev: MouseEvent) {
.hide {
display: block;
position: absolute;
border-radius: 6px;
border-radius: 5px;
background-color: black;
color: var(--accentLighten);
font-size: 12px;
@ -187,7 +187,7 @@ function showMenu(ev: MouseEvent) {
.menu {
display: block;
position: absolute;
border-radius: 999px;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.3);
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
@ -223,7 +223,7 @@ function showMenu(ev: MouseEvent) {
.indicator {
/* Hardcode to black because either --bg or --fg makes it hard to read in dark/light mode */
background-color: black;
border-radius: 6px;
border-radius: 5px;
color: var(--accentLighten);
display: inline-block;
font-weight: bold;

View File

@ -341,7 +341,7 @@ const previewable = (file: Misskey.entities.DriveFile): boolean => {
.media {
overflow: hidden; // clip
border-radius: 8px;
border-radius: 5px;
}
:global(.pswp) {

View File

@ -68,7 +68,7 @@ const hide = ref((defaultStore.state.nsfw === 'force' || defaultStore.state.enab
.hide {
display: block;
position: absolute;
border-radius: 6px;
border-radius: 5px;
background-color: black;
color: var(--accentLighten);
font-size: 14px;
@ -118,7 +118,7 @@ const hide = ref((defaultStore.state.nsfw === 'force' || defaultStore.state.enab
.indicator {
/* Hardcode to black because either --bg or --fg makes it hard to read in dark/light mode */
background-color: black;
border-radius: 6px;
border-radius: 5px;
color: var(--accentLighten);
display: inline-block;
font-weight: bold;

View File

@ -43,7 +43,7 @@ const bgCss = bg.toRgbString();
.root {
display: inline-block;
padding: 4px 8px 4px 4px;
border-radius: 999px;
border-radius: 4px;
color: var(--mention);
&.isMe {

View File

@ -288,7 +288,7 @@ onBeforeUnmount(() => {
margin: auto;
width: calc(100% - 16px);
height: 100%;
border-radius: 6px;
border-radius: 5px;
}
&:not(:disabled):hover {

View File

@ -552,7 +552,7 @@ function readPromo() {
padding: 0 4px;
margin-bottom: 0 !important;
background: var(--popup);
border-radius: 8px;
border-radius: 5px;
box-shadow: 0px 4px 32px var(--shadow);
}
@ -684,7 +684,7 @@ function readPromo() {
left: 8px;
width: 5px;
height: calc(100% - 16px);
border-radius: 999px;
border-radius: 4px;
pointer-events: none;
}
@ -724,7 +724,7 @@ function readPromo() {
background: var(--popup);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -754,7 +754,7 @@ function readPromo() {
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -789,7 +789,7 @@ function readPromo() {
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
}

View File

@ -572,7 +572,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
width: 28px;
height: 28px;
margin: 0 8px 0 0;
border-radius: 6px;
border-radius: 5px;
}
.renoteText {
@ -699,7 +699,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
}
@ -777,7 +777,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.reactionTab {
padding: 4px 6px;
border: solid 1px var(--divider);
border-radius: 6px;
border-radius: 5px;
}
.reactionTabActive {

View File

@ -50,7 +50,7 @@ const showContent = $ref(false);
margin: 0 10px 0 0;
width: 34px;
height: 34px;
border-radius: 8px;
border-radius: 5px;
position: sticky !important;
top: calc(16px + var(--stickyTop, 0px));
left: 0;

View File

@ -316,7 +316,7 @@ if (props.detail) {
left: 8px;
width: 5px;
height: calc(100% - 8px);
border-radius: 999px;
border-radius: 4px;
pointer-events: none;
}
@ -326,7 +326,7 @@ if (props.detail) {
margin: 0 8px 0 0;
width: 38px;
height: 38px;
border-radius: 8px;
border-radius: 5px;
}
.body {
@ -400,6 +400,6 @@ if (props.detail) {
padding: 8px !important;
border: 1px solid var(--divider);
margin: 8px 8px 0 8px;
border-radius: 8px;
border-radius: 5px;
}
</style>

View File

@ -181,7 +181,7 @@ useTooltip(reactionRef, (showing) => {
display: block;
width: 100%;
height: 100%;
border-radius: 6px;
border-radius: 5px;
}
.subIcon {

View File

@ -69,7 +69,7 @@ onUnmounted(() => {
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

View File

@ -61,7 +61,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkAcct :user="u"/>
<button class="_button" style="padding: 4px 8px;" @click="removeVisibleUser(u)"><i class="ph-x ph-bold ph-lg"></i></button>
</span>
<button class="_buttonPrimary" style="padding: 4px; border-radius: 8px;" @click="addVisibleUser"><i class="ph-plus ph-bold ph-lg ti-fw"></i></button>
<button class="_buttonPrimary" style="padding: 4px; border-radius: 5px;" @click="addVisibleUser"><i class="ph-plus ph-bold ph-lg ti-fw"></i></button>
</div>
</div>
<MkInfo v-if="hasNotSpecifiedMentions" warn :class="$style.hasNotSpecifiedMentions">{{ i18n.ts.notSpecifiedMentionWarning }} - <button class="_textButton" @click="addMissingMention()">{{ i18n.ts.add }}</button></MkInfo>
@ -993,7 +993,7 @@ defineExpose({
padding: 0 12px;
line-height: 34px;
font-weight: bold;
border-radius: 6px;
border-radius: 5px;
min-width: 90px;
box-sizing: border-box;
color: var(--fgOnAccent);
@ -1003,7 +1003,7 @@ defineExpose({
.headerRightItem {
margin: 0;
padding: 8px;
border-radius: 6px;
border-radius: 5px;
&:hover {
background: var(--X5);
@ -1066,7 +1066,7 @@ defineExpose({
.visibleUser {
margin-right: 14px;
padding: 8px 0 8px 8px;
border-radius: 8px;
border-radius: 5px;
background: var(--X4);
}
@ -1135,7 +1135,7 @@ defineExpose({
padding: 4px 6px;
font-size: .9em;
color: var(--warn);
border-radius: 6px;
border-radius: 5px;
min-width: 1.6em;
text-align: center;
@ -1175,7 +1175,7 @@ defineExpose({
font-size: 1em;
width: auto;
height: 100%;
border-radius: 6px;
border-radius: 5px;
&:hover {
background: var(--X5);

View File

@ -55,7 +55,7 @@ function toggle(): void {
background-color: var(--panel);
background-clip: padding-box !important;
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
font-size: 90%;
transition: all 0.2s;
user-select: none;

View File

@ -181,7 +181,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
padding: 7px 12px;
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
> .container {
position: relative;
@ -197,7 +197,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
width: calc(100% - #{$thumbWidth});
height: 3px;
background: rgba(0, 0, 0, 0.1);
border-radius: 999px;
border-radius: 4px;
overflow: clip;
> .highlight {
@ -228,7 +228,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
height: 3px;
margin-left: - math.div($tickWidth, 2);
background: var(--divider);
border-radius: 999px;
border-radius: 4px;
}
}
@ -238,7 +238,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
height: $thumbHeight;
cursor: grab;
background: var(--accent);
border-radius: 999px;
border-radius: 4px;
&:hover {
background: var(--accentLighten);

View File

@ -119,7 +119,7 @@ useTooltip(buttonEl, async (showing) => {
margin: 2px;
padding: 0 6px;
font-size: 1.5em;
border-radius: 6px;
border-radius: 5px;
&.canToggle {
background: var(--buttonBg);
@ -147,7 +147,7 @@ useTooltip(buttonEl, async (showing) => {
&.large {
height: 52px;
font-size: 2em;
border-radius: 8px;
border-radius: 5px;
> .count {
font-size: 0.6em;

View File

@ -241,7 +241,7 @@ function show(ev: MouseEvent) {
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
outline: none;
box-shadow: none;
box-sizing: border-box;

View File

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

View File

@ -165,7 +165,7 @@ async function updateAgreeNote(v: boolean) {
font-weight: bold;
align-items: center;
justify-content: center;
border-radius: 999px;
border-radius: 4px;
}
}

View File

@ -78,7 +78,7 @@ const collapsed = $ref(isLong);
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -114,7 +114,7 @@ const collapsed = $ref(isLong);
background: var(--popup);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 999px;
border-radius: 4px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
</style>

View File

@ -59,7 +59,7 @@ defineProps<{
width: 100%;
box-sizing: border-box;
padding: 9px 16px 9px 8px;
border-radius: 9px;
border-radius: 5px;
font-size: 0.9em;
&:hover {

View File

@ -52,7 +52,7 @@ const toggle = () => {
background: var(--switchOffBg);
background-clip: content-box;
border: solid 1px var(--switchOffBg);
border-radius: 999px;
border-radius: 4px;
cursor: pointer;
transition: inherit;
user-select: none;
@ -72,7 +72,7 @@ const toggle = () => {
top: 3px;
width: 15px;
height: 15px;
border-radius: 999px;
border-radius: 4px;
transition: all 0.2s ease;
&:not(.knobChecked) {

View File

@ -39,7 +39,7 @@ export default defineComponent({
> button {
flex: 1;
padding: 10px 8px;
border-radius: 999px;
border-radius: 4px;
&:disabled {
opacity: 1 !important;

View File

@ -153,7 +153,7 @@ onMounted(() => {
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 6px;
border-radius: 5px;
outline: none;
box-shadow: none;
box-sizing: border-box;

View File

@ -66,7 +66,7 @@ onMounted(() => {
max-width: calc(100% - 32px);
width: min-content;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
text-align: center;
pointer-events: none;

View File

@ -231,7 +231,7 @@ onUnmounted(() => {
display: block;
font-size: 14px;
box-shadow: 0 0 0 1px var(--divider);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
&:hover {

View File

@ -50,7 +50,7 @@ onMounted(() => {
align-items: center;
padding: 16px;
background: var(--panel);
border-radius: 8px;
border-radius: 5px;
> :global(.avatar) {
display: block;

View File

@ -100,7 +100,7 @@ defineProps<{
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
border-radius: 6px;
border-radius: 5px;
}
.description {

View File

@ -145,7 +145,7 @@ onMounted(() => {
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
border-radius: 6px;
border-radius: 5px;
}
.avatarBack {
@ -226,7 +226,7 @@ onMounted(() => {
right: 44px;
padding: 6px;
background: var(--panel);
border-radius: 999px;
border-radius: 4px;
}
.follow {

View File

@ -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>
@ -151,7 +151,7 @@ function exploreOtherServers() {
right: 16px;
width: 32px;
height: 32px;
border-radius: 8px;
border-radius: 5px;
font-size: 18px;
}

View File

@ -52,7 +52,7 @@ const props = defineProps<{
box-sizing: border-box;
padding: 10px 14px;
background: var(--buttonBg);
border-radius: 6px;
border-radius: 5px;
font-size: 0.9em;
&:hover {

View File

@ -142,10 +142,10 @@ watch(() => props.user.avatarBlurhash, () => {
}
.square {
border-radius: 20%;
border-radius: 5px;
> .inner {
border-radius: 20%;
border-radius: 5px;
}
}

View File

@ -44,6 +44,6 @@ const emit = defineEmits<{
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
border-radius: 4px;
}
</style>

View File

@ -242,7 +242,7 @@ onUnmounted(() => {
bottom: 0;
height: 3px;
background: var(--accent);
border-radius: 999px;
border-radius: 4px;
transition: none;
pointer-events: none;

View File

@ -82,6 +82,6 @@ definePageMetadata({
vertical-align: bottom;
height: 128px;
margin-bottom: 24px;
border-radius: 16px;
border-radius: 4px;
}
</style>

View File

@ -206,7 +206,7 @@ definePageMetadata({
display: block;
width: 80px;
margin: 0 auto;
border-radius: 16px;
border-radius: 4px;
position: relative;
z-index: 1;
}
@ -256,7 +256,7 @@ definePageMetadata({
align-items: center;
padding: 12px;
background: var(--buttonBg);
border-radius: 6px;
border-radius: 5px;
&:hover {
text-decoration: none;
@ -289,7 +289,7 @@ definePageMetadata({
align-items: center;
padding: 12px;
background: var(--buttonBg);
border-radius: 6px;
border-radius: 5px;
}
.patronIcon {

View File

@ -164,7 +164,7 @@ definePageMetadata(computed(() => ({
<style lang="scss" module>
.banner {
text-align: center;
border-radius: 10px;
border-radius: 5px;
overflow: clip;
background-size: cover;
background-position: center center;
@ -174,7 +174,7 @@ definePageMetadata(computed(() => ({
display: block;
margin: 16px auto 0 auto;
height: 64px;
border-radius: 8px;
border-radius: 5px;
}
.bannerName {
@ -213,7 +213,7 @@ definePageMetadata(computed(() => ({
font-weight: bold;
align-items: center;
justify-content: center;
border-radius: 999px;
border-radius: 4px;
}
}

View File

@ -528,7 +528,7 @@ definePageMetadata(computed(() => ({
> .suspended, > .silenced, > .moderator {
display: inline-block;
border: solid 1px;
border-radius: 6px;
border-radius: 5px;
padding: 2px 6px;
font-size: 85%;
}
@ -608,7 +608,7 @@ definePageMetadata(computed(() => ({
.announcementItem {
display: flex;
padding: 8px 12px;
border-radius: 6px;
border-radius: 5px;
cursor: pointer;
}
</style>

View File

@ -286,7 +286,7 @@ onUnmounted(() => {
bottom: 0;
height: 3px;
background: var(--accent);
border-radius: 999px;
border-radius: 4px;
transition: all 0.2s ease;
pointer-events: none;
}

View File

@ -344,7 +344,7 @@ defineExpose({
display: block;
margin: auto;
height: 42px;
border-radius: 8px;
border-radius: 5px;
}
}
}

View File

@ -111,7 +111,7 @@ const props = defineProps<{
.diff {
background: #fff;
color: #000;
border-radius: 6px;
border-radius: 5px;
overflow: clip;
}
</style>

View File

@ -146,7 +146,7 @@ onMounted(async () => {
margin-right: 12px;
background: var(--accentedBg);
color: var(--accent);
border-radius: 10px;
border-radius: 5px;
}
&.sub {

View File

@ -115,7 +115,7 @@ onMounted(async () => {
margin-right: 12px;
background: var(--accentedBg);
color: var(--accent);
border-radius: 10px;
border-radius: 5px;
}
&.users {

View File

@ -104,7 +104,7 @@ definePageMetadata({
height: 28px;
align-items: center;
justify-content: center;
border-radius: 999px;
border-radius: 4px;
margin-right: 8px;
}
@ -119,7 +119,7 @@ definePageMetadata({
height: 40px;
color: var(--error);
margin-left: auto;
border-radius: 6px;
border-radius: 5px;
&:hover {
background: var(--X5);

View File

@ -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 {

View File

@ -268,7 +268,7 @@ definePageMetadata(computed(() => channel ? {
padding: 8px 12px;
font-size: 80%;
background: rgba(0, 0, 0, 0.7);
border-radius: 6px;
border-radius: 5px;
color: #fff;
}
@ -283,7 +283,7 @@ definePageMetadata(computed(() => channel ? {
left: 16px;
background: rgba(0, 0, 0, 0.7);
color: var(--warn);
border-radius: 6px;
border-radius: 5px;
font-weight: bold;
font-size: 1em;
padding: 4px 7px;

View File

@ -206,7 +206,7 @@ async function del() {
.imgContainer {
padding: 8px;
border-radius: 6px;
border-radius: 5px;
}
.img {

View File

@ -61,7 +61,7 @@ function menu(ev) {
padding: 12px;
text-align: left;
background: var(--panel);
border-radius: 8px;
border-radius: 5px;
&:hover {
border-color: var(--accent);

View File

@ -87,7 +87,7 @@ definePageMetadata(computed(() => ({
margin: 0 12px 0 0;
width: 42px;
height: 42px;
border-radius: 8px;
border-radius: 5px;
}
> .body {

View File

@ -242,7 +242,7 @@ definePageMetadata({
display: block;
margin: 0 16px 0 0;
height: 64px;
border-radius: 8px;
border-radius: 5px;
}
> .name {

View File

@ -114,6 +114,6 @@ definePageMetadata({
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
border-radius: 4px;
}
</style>

View File

@ -141,7 +141,7 @@ definePageMetadata(computed(() => list ? {
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
border-radius: 4px;
}
.button {

View File

@ -74,7 +74,7 @@ onActivated(() => {
display: block;
padding: 16px;
border: solid 1px var(--divider);
border-radius: 6px;
border-radius: 5px;
&:hover {
border: solid 1px var(--accent);

View File

@ -84,7 +84,7 @@ onActivated(() => {
display: block;
padding: 16px;
border: solid 1px var(--divider);
border-radius: 6px;
border-radius: 5px;
margin-bottom: 8px;
&:hover {

View File

@ -141,7 +141,7 @@ definePageMetadata(computed(() => note ? {
.loadPrev {
min-width: 0;
margin: 0 auto;
border-radius: 999px;
border-radius: 4px;
}
.loadNext {

View File

@ -63,7 +63,7 @@ function remove() {
overflow: hidden;
background: var(--panel);
border: solid 2px var(--X12);
border-radius: 8px;
border-radius: 5px;
&:hover {
border: solid 2px var(--X13);

View File

@ -104,7 +104,7 @@ definePageMetadata(computed(() => ({
width: 128px;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
border-radius: 4px;
}
</style>

View File

@ -93,7 +93,7 @@ definePageMetadata({
margin: 0 12px 0 0;
width: 50px;
height: 50px;
border-radius: 8px;
border-radius: 5px;
}
.appBody {

View File

@ -152,7 +152,7 @@ definePageMetadata({
height: 12px;
background: rgba(0, 0, 0, 0.1);
overflow: clip;
border-radius: 999px;
border-radius: 4px;
}
.meterValue {

View File

@ -148,12 +148,12 @@ definePageMetadata({
.meter {
height: 10px;
background: rgba(0, 0, 0, 0.1);
border-radius: 999px;
border-radius: 4px;
overflow: clip;
}
.meterValue {
height: 100%;
border-radius: 999px;
border-radius: 4px;
}
</style>

View File

@ -267,7 +267,7 @@ definePageMetadata({
background-size: cover;
background-position: center;
border: solid 1px var(--divider);
border-radius: 10px;
border-radius: 5px;
overflow: clip;
}

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_gaps_m">
<FromSlot>
<template #label>{{ i18n.ts.reactionSettingDescription }}</template>
<div v-panel style="border-radius: 6px;">
<div v-panel style="border-radius: 5px;">
<Sortable v-model="reactions" :class="$style.reactions" :itemKey="item => item" :animation="150" :delay="100" :delayOnTouchOnly="true">
<template #item="{element}">
<button class="_button" :class="$style.reactionsItem" @click="remove(element, $event)">

View File

@ -172,7 +172,7 @@ definePageMetadata({
<style lang="scss" scoped>
.rfqxtzch {
border-radius: 6px;
border-radius: 5px;
> .toggle {
position: relative;

View File

@ -244,7 +244,7 @@ definePageMetadata({
position: relative;
width: 64px;
height: 64px;
border-radius: 8px;
border-radius: 5px;
> .preview {
position: absolute;
@ -271,10 +271,10 @@ definePageMetadata({
}
&.rounded {
border-radius: 999px;
border-radius: 4px;
> .preview {
border-radius: 999px;
border-radius: 4px;
}
}

View File

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

View File

@ -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 {

View File

@ -385,7 +385,7 @@ onUnmounted(() => {
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
border-radius: 6px;
border-radius: 5px;
}
> .actions {
@ -492,7 +492,7 @@ onUnmounted(() => {
> .role {
border: solid 1px var(--color, var(--divider));
border-radius: 999px;
border-radius: 4px;
margin-right: 4px;
padding: 3px 8px;
}
@ -507,7 +507,7 @@ onUnmounted(() => {
background: transparent;
color: var(--fg);
border: 1px solid var(--divider);
border-radius: 8px;
border-radius: 5px;
padding: 8px;
line-height: 0;
@ -713,9 +713,9 @@ onUnmounted(() => {
margin: calc(var(--margin) / 2) 0;
padding: calc(var(--margin) / 2) 0;
background: var(--bg);
border-radius: 8px;
border-radius: 5px;
> button {
border-radius: 8px;
border-radius: 5px;
margin-left: 0.4rem;
margin-right: 0.4rem;
}

View File

@ -93,7 +93,7 @@ onMounted(() => {
.img {
height: 128px;
border-radius: 6px;
border-radius: 5px;
overflow: clip;
}

View File

@ -45,7 +45,7 @@ const pagination = {
display: block;
padding: 16px;
border: solid 1px var(--divider);
border-radius: 6px;
border-radius: 5px;
margin-bottom: 8px;
&:hover {

View File

@ -155,7 +155,7 @@ os.apiGet('federation/instances', {
background: var(--acrylicPanel);
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
border-radius: 999px;
border-radius: 4px;
overflow: clip;
width: 800px;
padding: 8px 0;
@ -175,14 +175,14 @@ os.apiGet('federation/instances', {
padding: 6px 12px 6px 6px;
margin: 0 10px 0 0;
background: var(--panel);
border-radius: 999px;
border-radius: 4px;
> :global(.icon) {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
border-radius: 999px;
border-radius: 4px;
}
}
</style>

View File

@ -88,7 +88,7 @@ onUpdated(() => {
padding: 16px;
margin: 0 0 0 auto;
max-width: max-content;
border-radius: 16px;
border-radius: 4px;
}
.richcontent {

View File

@ -63,11 +63,11 @@ export const defaultStore = markRaw(new Storage('base', {
},
collapseRenotes: {
where: 'account',
default: true,
default: false,
},
collapseFiles: {
where: 'account',
default: true,
default: false,
},
rememberNoteVisibility: {
where: 'account',

View File

@ -391,7 +391,7 @@ hr {
vertical-align: bottom;
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
border-radius: 4px;
}
}

View File

@ -146,7 +146,7 @@ function more() {
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: 4px;
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}
@ -233,7 +233,7 @@ function more() {
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: 4px;
background: var(--accentedBg);
}
}

View File

@ -199,7 +199,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: 4px;
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}
@ -292,7 +292,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: 4px;
background: var(--accentedBg);
}
}
@ -445,7 +445,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 999px;
border-radius: 4px;
background: var(--accentedBg);
}

View File

@ -22,7 +22,7 @@ defineProps<{
<style lang="scss" module>
.root {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
contain: content;
}

View File

@ -40,7 +40,7 @@ const zIndex = os.claimZIndex('high');
padding: 16px 20px;
pointer-events: none;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
border-radius: 8px;
border-radius: 5px;
}
.mk-uploader:empty {
display: none;

View File

@ -255,7 +255,7 @@ function onDrop(ev) {
height: 100%;
overflow: clip;
contain: strict;
border-radius: 10px;
border-radius: 5px;
&.draghover {
&:after {
@ -356,7 +356,7 @@ function onDrop(ev) {
width: 3px;
height: calc(100% - 24px);
background: var(--accent);
border-radius: 999px;
border-radius: 4px;
}
.tabShape {

View File

@ -273,7 +273,7 @@ defineExpose({
padding: 10px;
box-sizing: border-box;
text-align: center;
border-radius: 999px;
border-radius: 4px;
&._button {
background: var(--panel);

View File

@ -208,7 +208,7 @@ defineExpose<WidgetComponentExpose>({
width: 100%;
overflow: hidden;
background: var(--X11);
border-radius: 8px;
border-radius: 5px;
}
.meterVal {

View File

@ -66,7 +66,7 @@ defineExpose<WidgetComponentExpose>({
display: inline-block;
width: 60px;
height: 60px;
border-radius: 8px;
border-radius: 5px;
box-sizing: border-box;
border: solid 3px #fff;
}

Some files were not shown because too many files have changed in this diff Show More