roundings
This commit is contained in:
parent
d9f3139cd8
commit
6b78f12163
|
@ -37,6 +37,10 @@ i.fa
|
|||
, .fields .sr-only
|
||||
, address .sr-only
|
||||
, .recent.statuses .thread article header
|
||||
, .profile > h2
|
||||
, .about-user .col-header
|
||||
, .about-user h4.sr-only
|
||||
, .profile .statuses .col-header
|
||||
{ display : none }
|
||||
|
||||
.recent.statuses .thread article
|
||||
|
@ -53,3 +57,54 @@ html
|
|||
{
|
||||
scrollbar-color: unset;
|
||||
}
|
||||
|
||||
.profile .about-user .fields
|
||||
, .profile .about-user .bio
|
||||
, .profile .about-user .accountstats
|
||||
{
|
||||
border-radius: var(--br);
|
||||
padding: 0.75rem;
|
||||
}
|
||||
.profile .about-user .bio
|
||||
{
|
||||
order: -1;
|
||||
}
|
||||
.profile .about-user .fields .field
|
||||
{
|
||||
padding: 0.25rem 0 0.5rem 0;
|
||||
}
|
||||
.profile .about-user .fields .field:first-child
|
||||
{
|
||||
padding-top: 0;
|
||||
border-top: unset;
|
||||
}
|
||||
.profile .about-user .fields .field:last-child
|
||||
{
|
||||
padding-bottom: 0;
|
||||
border-bottom: unset;
|
||||
}
|
||||
|
||||
.profile .about-user
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
article
|
||||
, .thread .status
|
||||
{
|
||||
border : unset;
|
||||
border-radius: var(--br);
|
||||
}
|
||||
|
||||
.status.expanded .status-info
|
||||
{
|
||||
border-bottom-left-radius: var(--br);
|
||||
border-bottom-right-radius: var(--br);
|
||||
}
|
||||
|
||||
.thread
|
||||
{
|
||||
gap: 1rem;
|
||||
}
|
BIN
preview.png
BIN
preview.png
Binary file not shown.
Before Width: | Height: | Size: 533 KiB After Width: | Height: | Size: 498 KiB |
Loading…
Reference in New Issue