prototype: decreased rounding
This commit is contained in:
parent
a782aa5b0e
commit
7a51e2d404
93 changed files with 142 additions and 142 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue