File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
src/css/unison-share/page Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 8383 gap : 0 ;
8484
8585 & .definition-change-header {
86- padding : 0.75rem 1rem ;
86+ border-radius : var (--border-radius-base );
87+ background : var (--color-card-bg );
88+ z-index : 100 ;
89+ position : sticky;
90+ top : 0 ;
91+ padding : 0.5rem ;
8792 display : flex;
8893 flex-direction : row;
8994 align-items : center;
129134 }
130135 }
131136
137+ & : has (.definition-change-details ) .definition-change-header {
138+ border-bottom : 1px solid var (--u-color_border_subdued );
139+ border-radius : var (--border-radius-base ) var (--border-radius-base ) 0 0 ;
140+ }
141+
132142 & .definition-change-details {
133143 position : relative;
134144 width : 100% ;
135- border-top : 1px solid var (--u-color_border_subdued );
136145 padding : 0 ;
137146
138147 & pre {
You can’t perform that action at this time.
0 commit comments