With CSS Variable, you can simply define the Admin Bar's height and set it to 0 if it doesn't exist: :root { --adminbarHeight: 0px; } body.admin ...
確定! 回上一頁