236236.blockHeaderIcon {
237237 position : relative;
238238 top : 4px ;
239- margin-right : 6px ;;
239+ margin-right : 6px ;
240+ }
241+ .blockHeaderIcon img {
242+ width : 18px ;
243+ height : 18px ;
240244}
241245
242246.blockRow {
376380 color : # FA481D ;
377381}
378382
383+ .rowDetails .lobstersRowItem {
384+ color : # A91916
385+ }
386+
379387.rowItemIcon {
380388 position : relative;
381389 top : 1px ;
396404 display : flex;
397405 flex-direction : row;
398406 margin-top : 6px ;
407+ flex-wrap : wrap;
408+ gap : 4px ;
399409}
400410
401411.tag {
434444 display : none;
435445 }
436446 .tags {
437- display : none;
447+ /* display: none;*/
438448 }
439449 .marketingBanner {
440450 width : 80%
@@ -639,4 +649,155 @@ Producthunt item
639649
640650.test3 {
641651 flex-direction : column;
652+ }
653+
654+ .bottomNavigation {
655+ display : flex;
656+ flex-grow : 1 ;
657+ width : 100% ;
658+ flex-direction : row;
659+ align-items : center;
660+ text-align : center;
661+ height : 50px ;
662+ background-color : var (--card-background-color );
663+ box-shadow : 0 0 20px var (--card-border-color );
664+ position : fixed;
665+ bottom : 0 ;
666+ left : 0 ;
667+ }
668+
669+ .navigationItem {
670+ flex-grow : 1 ;
671+ height : 100% ;
672+ line-height : 56px ;
673+ font-size : 24px ;
674+ }
675+ .navigationItem : hover {
676+ display : block;
677+ height : 100% ;
678+ background-color : # 3c4f651f ;
679+ }
680+ .navigationItem .active {
681+ background-color : # 3c4f651f ;
682+ }
683+
684+ .changelogButton {
685+ width : 20px ;
686+ height : 20px ;
687+ background-color : gray;
688+ border-radius : 20px ;
689+ justify-content : center;
690+ align-items : center;
691+ text-align : center;
692+ display : inline-flex;
693+ position : relative;
694+ cursor : pointer;
695+ border : 2px solid var (--background-color );
696+ left : -6px ;
697+ top : -10px ;
698+ color : white;
699+ }
700+ .changelogButton .active {
701+ background-color : var (--tooltip-accent-color );
702+ }
703+
704+ .tooltipLoading {
705+ display : flex;
706+ justify-content : center;
707+ min-height : 240px ;
708+ align-items : center;
709+ }
710+
711+ .tooltipErrorMsg {
712+ font-size : 14px ;
713+ text-align : center;
714+ color : red;
715+ }
716+
717+ .tooltipHeader {
718+ display : flex;
719+ justify-content : space-between;
720+ align-items : center;
721+ padding : 16px 16px 4px 16px !important ;
722+
723+ }
724+ .tooltipVersion {
725+ background-color : var (--tooltip-accent-color );
726+ border-radius : 20px ;
727+ text-align : center;
728+ align-items : center;
729+ align-content : center;
730+ font-weight : bold;
731+ padding : 2px 8px ;
732+ font-size : 14px ;
733+ color : white;
734+ text-decoration : none;
735+ cursor : pointer;
736+ }
737+ .tooltipDate {
738+ font-size : 12px ;
739+ }
740+ .tooltipContent {
741+ padding : 0 16px !important ;
742+ line-height : 26px ;
743+ border-bottom : 1px solid var (--tooltip-divider-color ) ;
744+ font-size : 110% ;
745+ }
746+ .__react_component_tooltip {
747+ pointer-events : auto !important ;
748+ color : var (--tooltip-text-color ) !important ;
749+ width : 360px ;
750+ min-height : 240px ;
751+ max-height : 400px ;
752+ background-color : var (--tooltip-background-color ) !important ;
753+ padding : 0 !important ;
754+ overflow : scroll;
755+ box-shadow : 0px 4px 10px var (--tooltip-shadow-color );
756+ }
757+ .place-bottom ::after {
758+ border-bottom-color : var (--tooltip-background-color ) !important ;
759+ }
760+ .__react_component_tooltip .show {
761+ opacity : 1 !important ;
762+ }
763+ @media (max-width : 768px ) {
764+
765+ ::-webkit-scrollbar {
766+ width : 0px ;
767+ background : transparent;
768+ }
769+ .slogan {
770+ display : none;
771+ }
772+ .changelogButton {
773+ display : none;
774+ }
775+ .extras {
776+ display : block;
777+ margin : 0 ;
778+ display : none;
779+ }
780+ .App {
781+ padding : 0
782+ }
783+ .AppHeader {
784+ padding : 0 ;
785+ margin : 0 12px ;
786+ }
787+ .blockHeader {
788+ display : none;
789+ }
790+ .blockContent {
791+ height : 100% ;
792+ }
793+ .blockContent ::-webkit-scrollbar {
794+ width : 0 ;
795+ }
796+ .block {
797+ margin-top : 8px ;
798+ height : 100vh ;
799+ padding-bottom : 56px ;
800+ border-radius : 0 ;
801+ box-shadow : none !important ;
802+ }
642803}
0 commit comments