This repository was archived by the owner on Feb 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ body {
115115 --cpd-color-bg-accent-pressed : var (--cpd-color-blue-1100 ) !important ;
116116 --cpd-color-text-action-accent : var (--cpd-color-blue-900 ) !important ;
117117 --cpd-color-icon-accent-primary : var (--cpd-color-blue-900 ) !important ;
118+ --cpd-color-icon-success-primary : var (--cpd-color-blue-900 ) !important ;
118119 --cpd-color-icon-accent-tertiary : var (--cpd-color-blue-800 ) !important ;
119120 --cpd-color-icon-on-solid-primary : var (--cpd-color-gray-1400 ) !important ;
120121 /* e2e verification */
Original file line number Diff line number Diff line change @@ -23,11 +23,23 @@ Please see LICENSE files in the repository root for full details.
2323 }
2424}
2525
26+ // elecord, splash icon
27+ .mx_LoginSplashView_splashIcon {
28+ display : flex;
29+ justify-content : center;
30+ height : 100 % ;
31+ align-items : center;
32+ }
33+
2634.mx_LoginSplashView_splashButtons {
2735 text-align : center;
2836 width : 100 % ;
2937 position : absolute;
3038 bottom : 30 px ;
39+
40+ .mx_AccessibleButton.mx_AccessibleButton_kind_link_inline {
41+ color : var (--cpd-color-text-secondary );
42+ }
3143}
3244
3345.mx_LoginSplashView_syncError {
Original file line number Diff line number Diff line change @@ -77,7 +77,8 @@ Please see LICENSE files in the repository root for full details.
7777
7878 .mx_NotificationBadge_count {
7979 font-size : $font-10px ;
80- line-height : $font-14px ;
80+ // elecord, center notifications badge count
81+ /* line-height: $font-14px; */
8182 font-weight : var (--cpd-font-weight-semibold );
8283 color : var (--cpd-color-text-on-solid-primary );
8384 }
Original file line number Diff line number Diff line change @@ -70,14 +70,14 @@ export function LoginSplashView(props: Props): JSX.Element {
7070 return (
7171 < div className = "mx_MatrixChat_splash" >
7272 { errorBox }
73- { spinnerOrProgress }
74- < div className = "mx_LoginSplashView_splashButtons" >
7573
76- { /* elecord mono icon on loading screen */ }
77- < div >
78- < img src = "vector-icons/128-mono.png" />
79- </ div >
74+ { /* elecord mono icon on loading screen */ }
75+ < div className = "mx_LoginSplashView_splashIcon" >
76+ < img src = "vector-icons/128-mono.png" />
77+ </ div >
8078
79+ < div className = "mx_LoginSplashView_splashButtons" >
80+ { spinnerOrProgress }
8181 < AccessibleButton kind = "link_inline" onClick = { props . onLogoutClick } >
8282 { _t ( "action|logout" ) }
8383 </ AccessibleButton >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { MImageBodyInner } from "./MImageBody";
1313import { type IBodyProps } from "./IBodyProps" ;
1414import { useMediaVisible } from "../../../hooks/useMediaVisible" ;
1515
16- const FORCED_IMAGE_HEIGHT = 44 ;
16+ const FORCED_IMAGE_HEIGHT = 66 ;
1717
1818class MImageReplyBodyInner extends MImageBodyInner {
1919 public onClick = ( ev : React . MouseEvent ) : void => {
Original file line number Diff line number Diff line change 17011701 "create_room" : " Create a Group Chat" ,
17021702 "explore_rooms" : " Explore Public Rooms" ,
17031703 "has_avatar_label" : " Great, that'll help people know it's you" ,
1704- "intro_byline" : " Own your conversations ." ,
1704+ "intro_byline" : " Plug and play privacy ." ,
17051705 "intro_welcome" : " Welcome to %(appName)s" ,
17061706 "no_avatar_label" : " Add a photo so people know it's you." ,
17071707 "send_dm" : " Send a Direct Message" ,
You can’t perform that action at this time.
0 commit comments