Left justify follow handle

main
Bob Mottram 2023-01-04 10:01:59 +00:00
parent 4f39b72205
commit d8b5c78ccd
1 changed files with 4 additions and 4 deletions

View File

@ -1731,7 +1731,7 @@ h3 {
min-width: 80px;
cursor: pointer;
margin: 0 5px;
float: right;
float: left;
}
.followApprove {
border-radius: var(--button-corner-radius);
@ -2532,7 +2532,7 @@ h3 {
cursor: pointer;
margin: 15px;
}
.followApprove {
.followApproveHandle {
border-radius: var(--button-corner-radius);
background-color: var(--main-bg-color);
border: none;
@ -2546,7 +2546,7 @@ h3 {
min-width: 80px;
cursor: pointer;
margin: 0 15px;
float: right;
float: left;
}
.followApprove {
border-radius: var(--button-corner-radius);
@ -3359,7 +3359,7 @@ h3 {
min-width: 80px;
cursor: pointer;
margin: 0 15px;
float: right;
float: left;
}
.followApprove {
border-radius: var(--button-corner-radius);