We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The top part of each column are not aligned, because of some blank titles
I manually changed that in ../dokuwiki/conf/userstyle.css :
../dokuwiki/conf/userstyle.css
.mikio #mediamanager__page .namespaces h2 { padding: 0.45rem 1rem !important; } .mikio #mediamanager__page .tabs { margin-top: 0 !important; } .mikio #mediamanager__page .file { padding: 0 !important; background-color: transparent !important; border-radius: 0 !important; }
Possible to add this to the main code ? (to avoid the !important parameter)
!important
edit: some tweaks for the class ''.file'', some changed was made in the last version of Dokuwiki which breaks the design
The text was updated successfully, but these errors were encountered:
fixed styling #85
713a887
Thanks for letting me know and providing a fixed. This has been added in the next release of Mikio.
Sorry, something went wrong.
No branches or pull requests
The top part of each column are not aligned, because of some blank titles
I manually changed that in
../dokuwiki/conf/userstyle.css
:Possible to add this to the main code ? (to avoid the
!important
parameter)edit: some tweaks for the class ''.file'', some changed was made in the last version of Dokuwiki which breaks the design
The text was updated successfully, but these errors were encountered: