Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Essem 2024-07-11 22:06:07 -05:00
commit 53cd9df580
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
28 changed files with 190 additions and 69 deletions

View file

@ -48,6 +48,10 @@ html {
}
}
.icon-button:disabled {
color: darken($action-button-color, 25%);
}
.account__header__bar .avatar .account__avatar {
border-color: $white;
}

View file

@ -1366,6 +1366,8 @@ body > [data-popper-placement] {
min-height: 54px;
border-bottom: 1px solid var(--background-border-color);
cursor: auto;
opacity: 1;
animation: fade 150ms linear;
@keyframes fade {
0% {
@ -1377,9 +1379,6 @@ body > [data-popper-placement] {
}
}
opacity: 1;
animation: fade 150ms linear;
.media-gallery,
.video-player,
.audio-player,
@ -4851,8 +4850,10 @@ a.status-card {
&__menu {
@include search-popout;
padding: 0;
background: $ui-secondary-color;
& {
padding: 0;
background: $ui-secondary-color;
}
}
&__menu-list {

View file

@ -2503,6 +2503,7 @@ body {
background: $win95-tooltip-yellow;
border: 1px solid black;
padding: 4px;
margin-bottom: 24px;
h1, h1 small {
color:black;
@ -2510,8 +2511,6 @@ body {
text-overflow: unset;
}
margin-bottom: 24px;
&:after {
content: "";
display:block;