File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -913,43 +913,31 @@ abbr {
913913 min-height : 242px ;
914914}
915915
916- # UserDetail_f_name ,
917- # UserDetail_l_name ,
918- # UserDetail_team ,
919- # UserDetail_flag {
920- position : absolute;
921- right : 470px ;
916+ # UserDetail_summary {
917+ display : flex;
918+ flex-direction : column;
922919 font-size : 2em ;
923920 line-height : 1.5em ;
924- max-width : 63px ;
925- }
926-
927- # UserDetail_f_name {
928- top : 0 ;
929- }
930-
931- # UserDetail_l_name {
932- top : 1.5em ;
921+ text-align : center;
933922}
934923
935- # UserDetail_team {
936- bottom : 100px ;
924+ # UserDetail_spacer {
925+ flex-grow : 1 ;
926+ min-height : 2em ;
937927}
938928
939929# UserDetail_flag {
940- bottom : 0 ;
930+ max-width : 144px ;
931+ max-height : 96px ;
932+ object-fit : contain;
933+ align-self : center;
941934}
942935
943936# UserDetail_face {
944- position : absolute;
945- top : 0 ;
946- left : 0 ;
947937 max-width : 160px ;
948938 max-height : 240px ;
949- }
950-
951- # UserDetail_flag {
952- margin : -1px ;
939+ object-fit : contain;
940+ align-self : center;
953941}
954942
955943# UserDetail_flag .hidden {
@@ -958,7 +946,6 @@ abbr {
958946
959947# UserDetail_navigator {
960948 width : 450px ;
961- margin-left : 470px ;
962949}
963950
964951# UserDetail_navigator table {
Original file line number Diff line number Diff line change 7373 < div id ="UserDetail_bg ">
7474 < div id ="UserDetail ">
7575 < img id ="UserDetail_close " src ="img/close.png " alt ="Close "/>
76- < div id ="UserDetail_header ">
77- < div id ="UserDetail_summary ">
76+ < div id ="UserDetail_header " style ="display: flex; ">
77+ < div id ="UserDetail_summary " style ="flex-grow: 1 ">
78+ < div >
79+ < span id ="UserDetail_f_name "> </ span >
80+ < span id ="UserDetail_l_name "> </ span >
81+ </ div >
7882 < img id ="UserDetail_face " src ="" alt ="Face "/>
79- < div id ="UserDetail_f_name "> </ div >
80- < div id ="UserDetail_l_name "> </ div >
83+ < div id ="UserDetail_spacer "> </ div >
8184 < div id ="UserDetail_team "> </ div >
8285 < img id ="UserDetail_flag " src ="" alt ="Flag "/>
8386 </ div >
84- < div id ="UserDetail_navigator ">
87+ < div id ="UserDetail_navigator " style =" flex-grow: 1 " >
8588 < table >
8689 < col class ="name "/>
8790 < col class ="score "/>
You can’t perform that action at this time.
0 commit comments