rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.
https://processwire.com/talk/topic/13389-adminonsteroids/
GNU General Public License v2.0
39 stars 10 forks source link

Disable AdminOnSteroids link not aligned #79

Closed gmclelland closed 6 years ago

gmclelland commented 7 years ago

Hi @rolandtoth,

Just installed the latest and noticed the Disable AdminOnSteroids link at the bottom of the page isn't correctly aligned when using the PW core AdminThemeUikit.

This only happens when the screen is wide. When the screen gets smaller, it hits a breakpoint and the link is correctly aligned.

modules

rolandtoth commented 7 years ago

This was fixed in the latest release, thanks!

gmclelland commented 6 years ago

Many thanks! Just tested, it is fixed now.

adrianbj commented 6 years ago

@rolandtoth - for me at least, it looks fine with it is enabled, but when it's disabled, it's still in the wrong spot.

gmclelland commented 6 years ago

Ya, I just noticed that as well.

rolandtoth commented 6 years ago

Thanks, got it fixed. The variable holding the admin theme name wasn't set when AOS was disabled. Getting it with wire('config')->defaultAdminTheme fixed that.

gmclelland commented 6 years ago

👍 - great job @rolandtoth