Hi, I don't have any experience with custom css, but I have something I'd like some help with. I use subeta on mobile a lot more than I do on a computer, and most of the site is quite usable from mobile just fine. One minor headache that gets me is this button:

It's really tiny and hard to click on mobile without zooming in to clear event notifications from my sidebar. Is there an easy way to make this button bigger and easier to click on for mobile?
Hey, I do not currently have a lot of events to test on, but how is this
a.event-remove, a.event-remove-cat {background-image:none;}
a.event-remove::before, a.event-remove-cat::before {font-family: 'Icons'; content: "f05e";font-size:14px;}
yeah! That worked! Thank you! <3
Great, you can tweak it to your liking with font-size :)
perfect, I appreciate it!