
option to remove sidebar
eneshamza opened this issue ยท 4 comments
Can you add an option to remove the sidebar to config file? I have disabled end and nether, and I don't need the players listed, so the sidebar is unnecessary for me.
go to squaremap/web/css/styles.css go to line 71 and change display: flex; to display: none; and it should disappear.
well never mind, this doesn't work if you reboot the server because it will reset the css file.
go to squaremap/web/css/styles.css
go to line 71 and change display: flex; to display: none; and it should disappear.
go to squaremap/web/css/styles.css go to line 71 and change display: flex; to display: none; and it should disappear.
well never mind, this doesn't work if you reboot the server because it will reset the css file.
In the config for squaremap disable the auto update/web auto update and it will stop that.
go to squaremap/web/css/styles.css go to line 71 and change display: flex; to display: none; and it should disappear.
well never mind, this doesn't work if you reboot the server because it will reset the css file.
In the config for squaremap disable the auto update/web auto update and it will stop that.
Thanks, it worked. Actually, I did what dennimoto said. I opened the squaremap jar file and changed the css file. This solved the problem. However, the method you suggested is better. I wish I hadn't been in a hurry and done what you said first.
Additionally, in the new version css file assets/index-B3PRV0t1.css location (fabric version), I searched for "#sidebar" using the find feature with vs code and replaced it with "display: none"