mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
client: Fix style issues in firefox.
This commit is contained in:
parent
4522c5a7dd
commit
808a79c005
1 changed files with 7 additions and 0 deletions
|
@ -396,6 +396,7 @@ body.loaded
|
||||||
|
|
||||||
.ircd i
|
.ircd i
|
||||||
{
|
{
|
||||||
|
display: flex;
|
||||||
text-shadow: var(--tsIA);
|
text-shadow: var(--tsIA);
|
||||||
color: var(--pal-CD);
|
color: var(--pal-CD);
|
||||||
}
|
}
|
||||||
|
@ -1750,6 +1751,11 @@ body.loaded
|
||||||
|
|
||||||
|
|
||||||
/* Status frieze bar */
|
/* Status frieze bar */
|
||||||
|
.ircd .room div.status.frieze.bar i
|
||||||
|
{
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.ircd .room div.status.frieze > div > div
|
.ircd .room div.status.frieze > div > div
|
||||||
{
|
{
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
@ -3688,6 +3694,7 @@ div.rooms div.info > div.stats
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 0px 0px 0px 0px;
|
border-radius: 0px 0px 0px 0px;
|
||||||
border-top: 1px solid var(--pal-AE);
|
border-top: 1px solid var(--pal-AE);
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ircd .room .main .content form.input div.message input:focus,
|
.ircd .room .main .content form.input div.message input:focus,
|
||||||
|
|
Loading…
Reference in a new issue