File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323.infobox table {
2424 /* Without this page-user.css makes the table very compact */
2525 border-collapse : unset;
26- border-spacing : var (--spacing-3xs );
26+ border-spacing : var (--spacing-inset-xs );
2727}
2828.infobox .profile-icon-container {
2929 display : flex;
Original file line number Diff line number Diff line change 11a .ghost-btn {
2- padding : var (--spacing-inset-xs );
2+ padding : var (--spacing-inset-xs ) var ( --spacing-inset-sm ) ;
33 border-radius : 5px ;
44 font-weight : 500 ;
55 text-decoration : none;
Original file line number Diff line number Diff line change 4646}
4747
4848.carousel__item {
49- padding : var (--spacing-3xs );
49+ padding : var (--spacing-inset-xs );
5050 float : left;
5151 height : 100% ;
5252 margin : 0 var (--spacing-inset-sm );
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ div.floaterBody p {
230230.ol-cover-form input [type = "file" ] {
231231 font-size : 1.125em ;
232232 font-family : var (--font-family-body );
233- padding : var (--spacing-3xs );
233+ padding : var (--spacing-inset-xs );
234234}
235235
236236.floatform input ::file-selector-button ,
@@ -374,7 +374,7 @@ div.floaterAdd form.floatform textarea {
374374}
375375
376376div .floaterAdd form .floatform textarea {
377- padding : var (--spacing-3xs );
377+ padding : var (--spacing-inset-xs );
378378 resize : none;
379379}
380380
You can’t perform that action at this time.
0 commit comments