Skip to content

Commit

Permalink
Fix missing usernames in inbox tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure authored Aug 14, 2021
1 parent 3237eb3 commit e9d6ab6
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions piOStheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@ Start boxes (borders) */
{
display: none;
}
.option-96V44q.user-O3Czj0 .displayAvatar-1wWlVM
{
border-radius: 0;
}
.theme-dark .option-96V44q.selected-rZcOL-
{
background: var(--background-modifier-selected);
Expand All @@ -608,6 +612,11 @@ Start boxes (borders) */
{
background: var(--background-primary);
}
.tab-2j5AEF
{
border-radius: 0;
}


/* fixes date popup when you search before: after: */
.theme-dark .calendarPicker-2yf6Ci .react-datepicker,
Expand Down Expand Up @@ -861,8 +870,16 @@ Start boxes (borders) */
border-top-width: 1px;
}

/* inbox icon squaring */
.iconActiveMedium-1UaEIR
{
border-radius: 0;
}

/* hmmm what if soup text boxes in compact mode*/
.message-2qnXI6.compact-T3H92H
.message-2qnXI6.compact-T3H92H,
.message-2g38UB.compact-T3H92H,
.message-2DieIs.compact-T3H92H
{
/* these don't want to be in a single border property */
border-width: 1px 3px;
Expand All @@ -872,15 +889,22 @@ Start boxes (borders) */
padding: 1rem 1rem .5rem 1rem;
padding-right: 1rem!important;
}

/* name and timestamp */
.compact-T3H92H .header-23xsNx

/* name and timestamp in main message section*/
.message-2qnXI6.compact-T3H92H .header-23xsNx,
.message-2g38UB.compact-T3H92H .header-23xsNx,
.message-2DieIs.compact-T3H92H .header-23xsNx
{
position: absolute;
top: -1.6rem;
display: flex;
flex-direction: row-reverse;
}
.message-2g38UB,
.message-2DieIs
{
overflow: visible;
}

.compact-T3H92H .headerText-3Uvj1Y
{
Expand Down

0 comments on commit e9d6ab6

Please sign in to comment.