mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 15:58:42 +01:00
refs #1318 Apply font-size settings in New toot
This commit is contained in:
parent
a8ba8fca6d
commit
4aed8a9065
@ -2,5 +2,7 @@
|
||||
"tabWidth": 2,
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"printWidth": 140
|
||||
"printWidth": 140,
|
||||
"trailingComma": "none",
|
||||
"arrowParens": "avoid"
|
||||
}
|
@ -456,7 +456,7 @@ export default {
|
||||
font-size: 1.5rem;
|
||||
|
||||
.fa-icon {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.9rem;
|
||||
width: auto;
|
||||
height: 1em;
|
||||
max-width: 100%;
|
||||
@ -469,6 +469,7 @@ export default {
|
||||
|
||||
.el-dialog__footer {
|
||||
background-color: #f2f6fc;
|
||||
font-size: var(--base-font-size);
|
||||
|
||||
.upload-image {
|
||||
text-align: left;
|
||||
|
@ -268,6 +268,7 @@ export default {
|
||||
.status {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
font-size: var(--base-font-size);
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
@ -300,7 +301,7 @@ export default {
|
||||
box-sizing: border-box;
|
||||
|
||||
li {
|
||||
font-size: 14px;
|
||||
font-size: var(--base-font-size);
|
||||
padding: 0 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
Loading…
x
Reference in New Issue
Block a user