2025-02-06, 03:06 AM
(2025-02-06, 01:12 AM)luckey Wrote: I also wanted to hide the '3 dots' button from the cast. How?This will remove the 3-dot button, but it will do so for all items on the server.
Shouldn't be an issue on the webUI with a mouse as you can right-click to bring up the same menu, but it may make it more difficult on a touch screen depending on how that works.
Code:
span.material-icons.cardOverlayButtonIcon.cardOverlayButtonIcon-hover.more_vert {
display: none;
}
(2025-02-06, 01:12 AM)luckey Wrote: Still, I don't know why it shows a black bar on the left side in the details page or how to show the media background in the details page...Did you enable the backdrop option in the client settings?
Click on your user profile on the top-right and then go to "Display".
Scroll down a bit and you will see settings for that.
Keep in mind that since these are client settings, they only apply to that single client (and you will need to redo them on new clients).
A browser counts as a single client.