File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -941,59 +941,6 @@ html.openclaw-native-macos .shell-nav-expand {
941941 margin-top : 10px ;
942942}
943943
944- .sidebar-new-session {
945- display : flex;
946- align-items : center;
947- justify-content : flex-start;
948- gap : 8px ;
949- width : 100% ;
950- min-height : 34px ;
951- box-sizing : border-box;
952- padding : 0 9px ;
953- border : none;
954- border-radius : var (--radius-md );
955- background : transparent;
956- color : var (--accent );
957- font : inherit;
958- font-size : 13px ;
959- font-weight : 600 ;
960- line-height : 1.2 ;
961- transition :
962- background var (--duration-fast ) ease,
963- color var (--duration-fast ) ease;
964- }
965-
966- .sidebar-new-session : hover : not (: disabled ) {
967- background : var (--accent-subtle );
968- color : var (--accent-hover );
969- }
970-
971- .sidebar-new-session : disabled {
972- cursor : not-allowed;
973- opacity : 0.52 ;
974- }
975-
976- .sidebar-new-session__icon ,
977- .sidebar-new-session__icon svg {
978- width : 15px ;
979- height : 15px ;
980- }
981-
982- .sidebar-new-session__icon {
983- display : inline-flex;
984- align-items : center;
985- justify-content : center;
986- color : currentColor;
987- }
988-
989- .sidebar-new-session__icon svg {
990- stroke : currentColor;
991- fill : none;
992- stroke-width : 1.8px ;
993- stroke-linecap : round;
994- stroke-linejoin : round;
995- }
996-
997944/* min-height: 0 down this chain lets the recent list shrink and scroll instead
998945 of pushing the sidebar footer out of view. */
999946.sidebar-recent-sessions {
@@ -2356,4 +2303,3 @@ openclaw-session-menu[popover] {
23562303 color : var (--text-strong );
23572304 font-style : italic;
23582305}
2359-
You can’t perform that action at this time.
0 commit comments