Skip to content

Commit

Permalink
Small CSS improvements for file input, background & button group
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 18, 2024
1 parent 644c0da commit c28f696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/background.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.rwmb-background-row {
margin-bottom: 5px;
display: flex;
gap: 5px;
flex-wrap: wrap;
align-items: flex-start;
}
Expand Down
1 change: 1 addition & 0 deletions css/button-group.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
z-index: 1;
padding: 5px 10px;
background: #fff;
cursor: pointer;
}
.rwmb-button-input-list .selected {
border-color: var(--color);
Expand Down
2 changes: 1 addition & 1 deletion css/file-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: 100%;
display: flex;
align-items: center;
grid-gap: 4px;
gap: 5px;
}
.rwmb-file_input {
margin: 0 4px 0 0;
Expand Down

0 comments on commit c28f696

Please sign in to comment.