top: 0;
width: 128px;
- .linearGradientNative(~"left top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
+ .linearGradientNative(~"135deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
}
> .message.messageSidebarOrientationRight:before {
top: 0;
width: 128px;
- .linearGradientNative(~"right top, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
+ .linearGradientNative(~"225deg, rgba(255, 255, 255, .85) 0%, rgba(255, 255, 255, 0) 40%");
}
}
}
padding: @wcfGapTiny @wcfGapSmall;
@messageFooterNoteGradientColor: fade(@wcfContainerBorderColor, 20%);
- .linearGradientNative(~"left top, @{messageFooterNoteGradientColor} 0%, transparent 40%");
+ .linearGradientNative(~"90deg, @{messageFooterNoteGradientColor} 0%, transparent 40%");
}
.messageHeader + .messageBody > div:first-child,
.messageContent {
@wcfDisabledBackgroundGradientColor: fade(@wcfDisabledBackgroundColor, 0%);
- .linearGradientNative(~"to bottom, @{wcfDisabledBackgroundColor}, @{wcfDisabledBackgroundGradientColor} 90px");
+ .linearGradientNative(~"180deg, @{wcfDisabledBackgroundColor}, @{wcfDisabledBackgroundGradientColor} 90px");
}
}
.messageContent {
@wcfDeletedBackgroundGradientColor: fade(@wcfDeletedBackgroundColor, 0%);
- .linearGradientNative(~"to bottom, @{wcfDeletedBackgroundColor}, @{wcfDeletedBackgroundGradientColor} 90px");
+ .linearGradientNative(~"180deg, @{wcfDeletedBackgroundColor}, @{wcfDeletedBackgroundGradientColor} 90px");
}
}
.messageContent {
@wcfSelectedBackgroundGradientColor: fade(@wcfSelectedBackgroundColor, 0%);
- .linearGradientNative(~"to bottom, @{wcfSelectedBackgroundColor}, @{wcfSelectedBackgroundGradientColor} 90px");
+ .linearGradientNative(~"180deg, @{wcfSelectedBackgroundColor}, @{wcfSelectedBackgroundGradientColor} 90px");
}
}
}