mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
53cd9df580
28 changed files with 190 additions and 69 deletions
|
|
@ -48,6 +48,10 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
.icon-button:disabled {
|
||||
color: darken($action-button-color, 25%);
|
||||
}
|
||||
|
||||
.account__header__bar .avatar .account__avatar {
|
||||
border-color: $white;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue