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 97
97
display : flex ;
98
98
align-items : center ;
99
99
gap : 1rem ;
100
+ cursor : pointer ;
100
101
101
102
.icon {
102
103
mask-size : 2rem ;
112
113
height : 16rem ;
113
114
min-width : 0 ; /* Prevents grid items from overflowing */
114
115
}
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
- }
149
116
</style >
You can’t perform that action at this time.
0 commit comments