Skip to content

Commit 2de062b

Browse files
Fixing minor issues
1 parent d83e33a commit 2de062b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

static/css/components/author-infobox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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;

static/css/components/buttonGhost.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
a.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;

static/css/components/carousel.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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);

static/css/components/cbox.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

376376
div.floaterAdd form.floatform textarea {
377-
padding: var(--spacing-3xs);
377+
padding: var(--spacing-inset-xs);
378378
resize: none;
379379
}
380380

0 commit comments

Comments
 (0)