Skip to content

Commit

Permalink
Chat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Nov 18, 2023
1 parent 5cc2f57 commit e5e6054
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions friends.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
--arrow_down: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALAgMAAADUwp+1AAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMAQIDntwj7AAAAJElEQVQI12OAAQcGFoYJDBIMKUAoyTiBgc3NgYFxJVAiBa4EAFbgA/lztmmEAAAAAElFTkSuQmCC);
}

/* The abundance of !important overrides is a remnant of the time when SFP required one for everything. */

/* Remove animations, round corners and delays */
* {
box-shadow: none !important;
Expand All @@ -67,6 +69,7 @@
.currentUserContainer {
border-bottom: 1px solid rgb(var(--frameBorder)) !important;
background-color: rgb(var(--header_dark));
padding-right:0;
}

/* Friends list window*/
Expand Down Expand Up @@ -1425,7 +1428,7 @@ html[class*="contextmenu_ContextMenuPopup_"] [class*="contextmenu_contextMenuCon
}

.timeDivision .preHorizDivider {
display: none;
width: 15%;
}

.timeDivision .preHorizDivider,
Expand Down Expand Up @@ -2405,7 +2408,7 @@ img[class*="emoticon_emoticon_"] {
}

.currentUserContainer [class*="personanameandstatus_statusAndName_"] {
margin-right: 55px !important;
margin-right: 72px;
-webkit-app-region: drag !important;
}

Expand Down

0 comments on commit e5e6054

Please sign in to comment.