Skip to content

Commit

Permalink
roundings
Browse files Browse the repository at this point in the history
  • Loading branch information
dym-sh committed Jun 7, 2024
1 parent d9f3139 commit 6b78f12
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions pale-rainbow.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -52,4 +56,55 @@ i.fa
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;
}
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b78f12

Please sign in to comment.