Skip to content

Commit

Permalink
border on profile profile profile
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jun 21, 2024
1 parent 5a8fcd8 commit de59847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,13 +487,15 @@ aside[class^='profilePanel_'] {
background: var(--txt-3);
}
/* adjust status indicator size for profiles */
[class*='userProfileInner_'] [class^='wrapper_'][class*='avatar']::after,
[class^='userPanelInner_'] [class^='avatar'] > [class^='wrapper_']::after,
[class^='clickable_'] [class^='wrapper_']:has(rect)::after {
width: 12px;
height: 12px;
bottom: -5px;
right: -5px;
}
[class*='userProfileInner_'] [class^='wrapper_'][class*='avatar'],
[class^='userPanelInner_'] [class^='avatar'] > [class^='wrapper_'],
[class^='clickable_'] [class^='wrapper_'] {
border: 2px solid var(--bg-0);
Expand Down

0 comments on commit de59847

Please sign in to comment.