File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
plugins/time-resources/src/components Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 130
130
.antiPanel-navigator ,
131
131
.antiPanel-component {
132
132
display : flex ;
133
- height : 100% ;
134
133
min-height : 0 ;
135
134
136
135
& .header { background-color : var (--theme-comp-header-color ); }
Original file line number Diff line number Diff line change 18
18
display : flex ;
19
19
flex-direction : column ;
20
20
flex-grow : 1 ;
21
- height : 100% ;
22
21
min-height : 0 ;
23
22
min-width : 0 ;
23
+ margin : var (--spacing-2 );
24
24
border : 1px solid var (--theme-divider-color ); // var(--global-surface-02-BorderColor);
25
25
border-radius : var (--small-focus-BorderRadius );
26
26
padding : var (--spacing-2 );
Original file line number Diff line number Diff line change 86
86
87
87
{#if $deviceInfo .navigator .visible }
88
88
<ToDosNavigator bind:mode bind:tag bind:currentDate />
89
- <Separator name ={' time' } float ={$deviceInfo .navigator .float } index ={0 } color ={ ' var(--theme-divider-color) ' } />
89
+ <Separator name ={' time' } float ={$deviceInfo .navigator .float } index ={0 } separatorSize ={ 0 } />
90
90
{/if }
91
91
<div
92
- class =" flex-col w-full clear-mins mobile-wrapper "
92
+ class =" antiPanel-PlanView flex-col clear-mins"
93
93
class:left-divider ={! $deviceInfo .navigator .visible }
94
94
bind:this ={mainPanel }
95
95
>
105
105
on:dragDrop ={drop }
106
106
/>
107
107
{/if }
108
+
109
+ <style lang =" scss" >
110
+ .antiPanel-PlanView {
111
+ display : flex ;
112
+ flex-direction : column ;
113
+ flex-grow : 1 ;
114
+ background-color : var (--theme-workbench-color );
115
+ margin : var (--spacing-2 ) 0 var (--spacing-2 ) var (--spacing-2 );
116
+ border : 1px solid var (--theme-divider-color );
117
+ border-radius : var (--small-focus-BorderRadius );
118
+ min-width : 320px ;
119
+ }
120
+ </style >
You can’t perform that action at this time.
0 commit comments