pref: styles
This commit is contained in:
parent
9527ba7412
commit
17860040eb
|
@ -30,7 +30,6 @@ const content = computed(() => props.content)
|
|||
color: var(--kungalgame-font-color-3);
|
||||
border: none !important;
|
||||
padding: 0 10px;
|
||||
margin-top: 17px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,6 +72,7 @@ const user = computed(() => props.user)
|
|||
justify-content: center;
|
||||
margin-top: 17px;
|
||||
font-size: 17px;
|
||||
word-break: break-word;
|
||||
|
||||
a {
|
||||
color: var(--kungalgame-blue-5);
|
||||
|
|
Loading…
Reference in a new issue