Skip to content

Commit

Permalink
Repair positioning of plus button (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaky212 authored Feb 2, 2023
1 parent 9662d06 commit f8f19a8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/scss/components/connection_request.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
.connection-request-wrapper {
.button-small {
padding: 5px 10px;
top: 1.5rem;
}
.collection-list {
margin-bottom: 1rem;

.button-small {
position: relative;
top: auto;
float: right;
padding: 5px 10px;
top: 1.5rem;
}
th.text {
width: 32%;
Expand Down Expand Up @@ -45,11 +48,6 @@
}
}

.line {
border-top: 2px solid #00829b;
padding-top: 5px;
}

.connection-request {
display: flex;
gap: 1.0rem;
Expand Down

0 comments on commit f8f19a8

Please sign in to comment.