forked from AkkomaGang/akkoma-fe
refactor css
This commit is contained in:
parent
9adbc2c17f
commit
34ffcb028a
1 changed files with 26 additions and 28 deletions
|
@ -276,9 +276,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: light;
|
font-weight: light;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding-right: 0.1em;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-screen-name-role {
|
.user-screen-name-role {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
|
@ -309,6 +306,7 @@
|
||||||
background-color: $fallback--fg;
|
background-color: $fallback--fg;
|
||||||
background-color: var(--btn, $fallback--fg);
|
background-color: var(--btn, $fallback--fg);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.user-meta {
|
.user-meta {
|
||||||
margin-bottom: .15em;
|
margin-bottom: .15em;
|
||||||
|
|
Loading…
Reference in a new issue