Resource icon

XenMoods 1.1.3

No permission to download
Anyone else getting an issue with text displaying over the icon if you have a status message in member cards?

mood_bug.webp
 
I can confirm this and I also recognized that the hover thing in the sidebar is shifted out of position [tested in Chrome (happens allways) and Firefox (sometimes shifted, sometimes not)]
 
Anyone else getting an issue with text displaying over the icon if you have a status message in member cards?

View attachment 24065

Although I never have the moods in membercards I can confirm this also.

I can confirm this and I also recognized that the hover thing in the sidebar is shifted out of position [tested in Chrome (happens allways) and Firefox (sometimes shifted, sometimes not)]

I can confirm that and reported this earlier in the thread that it shifts to the left in chrome though I've never experienced the shifting in firefox.
 
Anyone else getting an issue with text displaying over the icon if you have a status message in member cards?

View attachment 24065

You probably applied a temp fix but on the chance you or others haven't you can throw this in extra.css template until a fix is out if your showing moods in membercards.

The margin may vary if your using a custom membercard with different dimensions.

Code:
.userInfo .userMood {
    margin-top: -80px !important;
}
 
In my view you should push it a little bit away from the right border of the box.
My solution (maybe not the best ;) )
Code:
.userInfo .userMood {
    margin-top: -80px !important;
    margin-right: 25px !important;
}
 
The above solutions will not work as users without a status will have their mood pushed outside the "card". I'm working on it. :)
 
Hey again Dismounted. :)

I know this may seem like an odd request but it would be a life saver for me if this could be added as an option in the style properties.

The option to place the mood in the .userText area under .usertitle. I'm not sure it's even possible but thought I'd try and request this since it's a styling thing for me wanting to place the mood on a light background as the border on the moods wern't catered for dark backgrounds as you can see in the screenshot.

I was thinking of disabling the hook and re-arrange the placement but I think the file edit and template edit that would be required would be overkill on my part.

mood-placement.webp
 
Updated. Works well. Even fixed a problem I had where the mood icon sat on the text "Mood:" as the cost for me getting rid of the gap between the mood icon and rank image in the threads pages.

There is something 1.1.3 changed from 1.1.1 that I would like to revert, though:

moodiconindexpage.webp

Now the mood icon is nearly all the way to the right, when it was originally nearly to the left (the left-most portion being aligned to the left of the avatar, if memory serves).

Is it a simple matter to get the old alignment back?
 
Back
Top Bottom