File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed
apps/svelte.dev/src/routes/packages Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 9797 display : flex ;
9898 align-items : center ;
9999 gap : 1rem ;
100+ cursor : pointer ;
100101
101102 .icon {
102103 mask-size : 2rem ;
112113 height : 16rem ;
113114 min-width : 0 ; /* Prevents grid items from overflowing */
114115 }
115-
116- .show-more-container {
117- display : flex ;
118- justify-content : flex-end ;
119- margin-top : 2rem ;
120-
121- label {
122- font : var (--sk-font-ui-small );
123- display : flex ;
124- align-items : center ;
125- gap : 1rem ;
126-
127- .icon {
128- mask-size : 2rem ;
129- mask-image : url (icons/minus );
130- }
131-
132- button [aria-pressed = ' false' ] .icon {
133- mask-image : url (icons/plus );
134- }
135- }
136-
137- button {
138- order : 1 ;
139- }
140-
141- @media (min-width : 1024px ) {
142- justify-content : flex-start ;
143-
144- button {
145- order : 0 ;
146- }
147- }
148- }
149116 </style >
You can’t perform that action at this time.
0 commit comments