Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper 2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions

View File

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

View File

@ -24,7 +24,7 @@ html {
}
button {
border-radius: 4px;
border-radius: 999px;
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: 5px;
border-radius: 10px;
justify-content: center;
margin: auto;
white-space: pre-wrap;

View File

@ -84,7 +84,7 @@ function resolve() {
box-sizing: border-box;
align-items: center;
padding: 14px;
border-radius: 5px;
border-radius: 8px;
--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: 5px;
border-radius: 8px;
}
</style>

View File

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

View File

@ -100,7 +100,7 @@ const bannerStyle = computed(() => {
padding: 8px 12px;
font-size: 80%;
background: rgba(0, 0, 0, 0.7);
border-radius: 5px;
border-radius: 6px;
color: #fff;
}
@ -111,7 +111,7 @@ const bannerStyle = computed(() => {
left: 16px;
background: rgba(0, 0, 0, 0.7);
color: var(--warn);
border-radius: 5px;
border-radius: 6px;
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: 4px;
border-radius: 999px;
&: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: 5px;
border-radius: 6px;
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: 4px;
border-radius: 999px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

View File

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

View File

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

View File

@ -63,7 +63,7 @@ const isThumbnailAvailable = computed(() => {
position: relative;
display: flex;
background: var(--panel);
border-radius: 5px;
border-radius: 8px;
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: 5px;
border-radius: 6px;
transition: border-radius 0.3s;
&:hover {

View File

@ -227,7 +227,7 @@ defineExpose({
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 5px;
border-radius: 6px;
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: 5px;
border-radius: 8px;
> :global(.icon) {
display: block;

View File

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

View File

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

View File

@ -157,7 +157,7 @@ function showMenu(ev: MouseEvent) {
.hide {
display: block;
position: absolute;
border-radius: 5px;
border-radius: 6px;
background-color: black;
color: var(--accentLighten);
font-size: 12px;
@ -187,7 +187,7 @@ function showMenu(ev: MouseEvent) {
.menu {
display: block;
position: absolute;
border-radius: 4px;
border-radius: 999px;
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: 5px;
border-radius: 6px;
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: 5px;
border-radius: 8px;
}
:global(.pswp) {

View File

@ -77,7 +77,7 @@ watch(videoEl, () => {
.hide {
display: block;
position: absolute;
border-radius: 5px;
border-radius: 6px;
background-color: black;
color: var(--accentLighten);
font-size: 14px;
@ -127,7 +127,7 @@ watch(videoEl, () => {
.indicator {
/* Hardcode to black because either --bg or --fg makes it hard to read in dark/light mode */
background-color: black;
border-radius: 5px;
border-radius: 6px;
color: var(--accentLighten);
display: inline-block;
font-weight: bold;

View File

@ -49,7 +49,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
.root {
display: inline-block;
padding: 4px 8px 4px 4px;
border-radius: 4px;
border-radius: 999px;
color: var(--mention);
&.isMe {

View File

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

View File

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

View File

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

View File

@ -56,7 +56,7 @@ watch(() => props.expandAllCws, (expandAllCws) => {
margin: 0 10px 0 0;
width: 34px;
height: 34px;
border-radius: 5px;
border-radius: 8px;
position: sticky !important;
top: calc(16px + var(--stickyTop, 0px));
left: 0;

View File

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

View File

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

View File

@ -69,7 +69,7 @@ onUnmounted(() => {
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 4px;
border-radius: 999px;
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: 5px;" @click="addVisibleUser"><i class="ph-plus ph-bold ph-lg ti-fw"></i></button>
<button class="_buttonPrimary" style="padding: 4px; border-radius: 8px;" @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>
@ -998,7 +998,7 @@ defineExpose({
padding: 0 12px;
line-height: 34px;
font-weight: bold;
border-radius: 5px;
border-radius: 6px;
min-width: 90px;
box-sizing: border-box;
color: var(--fgOnAccent);
@ -1008,7 +1008,7 @@ defineExpose({
.headerRightItem {
margin: 0;
padding: 8px;
border-radius: 5px;
border-radius: 6px;
&:hover {
background: var(--X5);
@ -1071,7 +1071,7 @@ defineExpose({
.visibleUser {
margin-right: 14px;
padding: 8px 0 8px 8px;
border-radius: 5px;
border-radius: 8px;
background: var(--X4);
}
@ -1140,7 +1140,7 @@ defineExpose({
padding: 4px 6px;
font-size: .9em;
color: var(--warn);
border-radius: 5px;
border-radius: 6px;
min-width: 1.6em;
text-align: center;
@ -1180,7 +1180,7 @@ defineExpose({
font-size: 1em;
width: auto;
height: 100%;
border-radius: 5px;
border-radius: 6px;
&: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: 5px;
border-radius: 6px;
font-size: 90%;
transition: all 0.2s;
user-select: none;

View File

@ -186,7 +186,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
padding: 7px 12px;
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 5px;
border-radius: 6px;
> .container {
position: relative;
@ -202,7 +202,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
width: calc(100% - #{$thumbWidth});
height: 3px;
background: rgba(0, 0, 0, 0.1);
border-radius: 4px;
border-radius: 999px;
overflow: clip;
> .highlight {
@ -233,7 +233,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
height: 3px;
margin-left: - math.div($tickWidth, 2);
background: var(--divider);
border-radius: 4px;
border-radius: 999px;
}
}
@ -243,7 +243,7 @@ const onMousedown = (ev: MouseEvent | TouchEvent) => {
height: $thumbHeight;
cursor: grab;
background: var(--accent);
border-radius: 4px;
border-radius: 999px;
&: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: 5px;
border-radius: 6px;
&.canToggle {
background: var(--buttonBg);
@ -147,7 +147,7 @@ useTooltip(buttonEl, async (showing) => {
&.large {
height: 52px;
font-size: 2em;
border-radius: 5px;
border-radius: 8px;
> .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: 5px;
border-radius: 6px;
outline: none;
box-shadow: none;
box-sizing: border-box;

View File

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

View File

@ -88,7 +88,7 @@ const collapsed = $ref(isLong);
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 4px;
border-radius: 999px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -131,7 +131,7 @@ const collapsed = $ref(isLong);
background: var(--popup);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 4px;
border-radius: 999px;
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: 5px;
border-radius: 9px;
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: 4px;
border-radius: 999px;
cursor: pointer;
transition: inherit;
user-select: none;
@ -72,7 +72,7 @@ const toggle = () => {
top: 3px;
width: 15px;
height: 15px;
border-radius: 4px;
border-radius: 999px;
transition: all 0.2s ease;
&:not(.knobChecked) {

View File

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

View File

@ -153,7 +153,7 @@ onMounted(() => {
color: var(--fg);
background: var(--panel);
border: solid 1px var(--panel);
border-radius: 5px;
border-radius: 6px;
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: 5px;
border-radius: 8px;
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: 5px;
border-radius: 8px;
overflow: clip;
&:hover {

View File

@ -50,7 +50,7 @@ onMounted(() => {
align-items: center;
padding: 16px;
background: var(--panel);
border-radius: 5px;
border-radius: 8px;
> :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: 5px;
border-radius: 6px;
}
.description {

View File

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

View File

@ -172,7 +172,7 @@ function exploreOtherServers() {
right: 16px;
width: 32px;
height: 32px;
border-radius: 5px;
border-radius: 8px;
font-size: 18px;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -340,7 +340,7 @@ definePageMetadata({
background-size: cover;
background-position: center;
border: solid 1px var(--divider);
border-radius: 5px;
border-radius: 10px;
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: 5px;">
<div v-panel style="border-radius: 6px;">
<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: 5px;
border-radius: 6px;
> .toggle {
position: relative;

View File

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

View File

@ -425,7 +425,7 @@ onUnmounted(() => {
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
border-radius: 5px;
border-radius: 6px;
}
> .actions {
@ -532,7 +532,7 @@ onUnmounted(() => {
> .role {
border: solid 1px var(--color, var(--divider));
border-radius: 4px;
border-radius: 999px;
margin-right: 4px;
padding: 3px 8px;
}
@ -547,7 +547,7 @@ onUnmounted(() => {
background: transparent;
color: var(--fg);
border: 1px solid var(--divider);
border-radius: 5px;
border-radius: 8px;
padding: 8px;
line-height: 0;
@ -755,9 +755,10 @@ onUnmounted(() => {
padding: calc(var(--margin) / 2) 0;
background: color-mix(in srgb, var(--bg) 65%, transparent);
backdrop-filter: var(--blur, blur(15px));
border-radius: 5px;
border-radius: 8px;
> button {
border-radius: 5px;
border-radius: 8px;
margin-left: 0.4rem;
margin-right: 0.4rem;
}

View File

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

View File

@ -45,7 +45,7 @@ const pagination = {
display: block;
padding: 16px;
border: solid 1px var(--divider);
border-radius: 5px;
border-radius: 6px;
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: 4px;
border-radius: 999px;
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: 4px;
border-radius: 999px;
> :global(.icon) {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
border-radius: 4px;
border-radius: 999px;
}
}
</style>

View File

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

View File

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

View File

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

View File

@ -202,7 +202,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 4px;
border-radius: 999px;
background: linear-gradient(90deg, var(--buttonGradateA), var(--buttonGradateB));
}
@ -296,7 +296,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 4px;
border-radius: 999px;
background: var(--accentedBg);
}
}
@ -457,7 +457,7 @@ function more(ev: MouseEvent) {
left: 0;
right: 0;
bottom: 0;
border-radius: 4px;
border-radius: 999px;
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: 5px;
border-radius: 8px;
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: 5px;
border-radius: 8px;
}
.mk-uploader:empty {
display: none;

View File

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

View File

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

View File

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

View File

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

View File

@ -101,7 +101,7 @@ defineExpose<WidgetComponentExpose>({
.img {
border: solid 4px transparent;
border-radius: 5px;
border-radius: 8px;
}
}