location of the react button


no_avatar
kushcat
 
Posts: 20
Joined: Thu Jan 30, 2025 1:10 am
 Wed Mar 12, 2025 12:48 am • via Web
i know you can change the location to the top but it looks better at the bottom i just dont like how it looks on the bottom after you react

Screenshot 2025-03-11 174647.png


is there a way to make it look better like show the person that reacted on the left instead of on the right below the react button?
no_avatar
Claire
 
Posts: 5
Joined: Thu Feb 27, 2025 12:09 am
 Wed Mar 12, 2025 11:50 am • via Web
I had the same issue that I didn't like how that looks. I kept the react button where it is but moved the reaction counts to the left. I made some more changes with the help of a friend, but if you want to take a look, I attached an image to my post that shows what it looks like on my board now.

Please note that I am not the dev nor have much experience coding anything. So definitely create a backup before you try what I am suggesting. Look up the file

ext\canidev\reactions\styles\all\theme\reactions.css

On lines 90 to 98 in that file you should find

Code: Select all
.reaction-score-list {
   align-items: center;
   clear: both;
   display: flex;
   float: right;
   height: 16px;
   margin: 0 0 5px 5px;
   padding: 4px;
}


Change

float: right;

to

float: left;


If I remember correctly, that is the setting that moved the reaction counts to the left for us. But again, please make a backup of the reactions.css file before you change anything that I suggest.
Attachments
reactions_showcase.png
User avatar
IvanPF
Administrator
 
Posts: 2218
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Wed Mar 12, 2025 10:20 pm • via Web
Maybe I'll add an option to move it in the next version.

Who is online

Users browsing this forum: No registered users and 0 guests