@@ -570,9 +570,8 @@ html {
570570 padding : 0 ;
571571}
572572body {
573- height : 25.4rem ;
574- padding : 0 10px ;
575573 overflow : visible;
574+ padding : 0 10px ;
576575 border-bottom-left-radius : 0.7rem ;
577576 border-bottom-right-radius : 0.7rem ;
578577 background : transparent;
@@ -583,8 +582,9 @@ html {
583582 margin : 0 ;
584583}
585584# app {
585+ height : 25.4rem ;
586+ overflow : visible;
586587 position : relative;
587- height : 100% ;
588588}
589589# app div .triangle {
590590 display : none;
@@ -599,6 +599,16 @@ html {
599599# app .linux > .triangle .top {
600600 display : block;
601601}
602+ # app .win {
603+ position : absolute;
604+ bottom : 0 ;
605+ left : 10px ;
606+ right : 10px ;
607+ }
608+ # app .win .v-select .dropdown-menu {
609+ top : auto;
610+ bottom : 100% ;
611+ }
602612# app .win > .triangle .bottom {
603613 display : block;
604614}
@@ -615,6 +625,7 @@ html {
615625 overflow-x : hidden;
616626 -webkit-box-shadow : 0 0 0.2rem rgba (0 , 0 , 0 , 0.5 );
617627 box-shadow : 0 0 0.2rem rgba (0 , 0 , 0 , 0.5 );
628+ border-radius : 0.7rem ;
618629}
619630.settings {
620631 line-height : 1.2 ;
@@ -894,35 +905,59 @@ html {
894905 color : # 909090 !important ;
895906 cursor : pointer;
896907}
897- .log .day {
898- font-weight : bold ;
908+ .log .timeframe {
909+ color : # 1c79c3 ;
899910}
900- .log table {
901- margin : 0 ;
911+ .log . sync {
912+ font-size : 1.6 rem ;
902913}
903- .log table tr {
904- height : 4.7rem ;
905- overflow : hidden;
914+ .log .sync .red {
915+ color : # f8561e ;
906916}
907- .log table tr : last-child td {
908- border : 0 !important ;
917+ .log . sync . green {
918+ color : # 008000 ;
909919}
910- .log table td {
911- white-space : nowrap;
912- height : 4.7rem ;
913- padding-left : 1.5rem ;
914- padding-right : 1.5rem ;
920+ .log > .day {
915921 overflow : hidden;
916- text-overflow : ellipsis;
922+ -webkit-box-shadow : 0 0.05rem 0.3rem rgba (0 , 0 , 0 , 0.4 );
923+ box-shadow : 0 0.05rem 0.3rem rgba (0 , 0 , 0 , 0.4 );
924+ border-radius : 0.6rem ;
925+ margin-bottom : 2rem ;
917926}
918- .log th {
927+ .log > .day > .headline {
928+ background : # e6e6e6 ;
919929 color : # 909090 ;
930+ font-weight : bold;
931+ padding : 1rem ;
920932}
921- .log td {
922- vertical-align : top;
933+ .log > .day > .headline > small {
934+ font-weight : normal;
935+ display : inline-block;
936+ float : right;
937+ margin-top : 0.3rem ;
923938}
924- .log td : not (: first-child ) {
925- padding : 0 ;
939+ .log > .day > .list > .entry {
940+ display : -webkit-box;
941+ display : -ms-flexbox;
942+ display : flex;
943+ -webkit-box-orient : horizontal;
944+ -webkit-box-direction : normal;
945+ -ms-flex-direction : row;
946+ flex-direction : row;
947+ width : 100% ;
948+ border-bottom : 1px solid # e6e6e6 ;
949+ padding : 0.6rem 1rem ;
950+ }
951+ .log > .day > .list > .entry > .cell {
952+ -webkit-box-flex : 1 ;
953+ -ms-flex : 1 ;
954+ flex : 1 ;
955+ }
956+ .log > .day > .list > .entry : hover {
957+ background : # f0f0f0 ;
958+ }
959+ .log > .day > .list > .entry : last-child {
960+ border-bottom : 0 ;
926961}
927962button .clear {
928963 display : none;
0 commit comments