Skip to content
New issue

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

Columns in media manager are not aligned #85

Closed
aloade opened this issue Jun 28, 2024 · 1 comment
Closed

Columns in media manager are not aligned #85

aloade opened this issue Jun 28, 2024 · 1 comment

Comments

@aloade
Copy link

aloade commented Jun 28, 2024

The top part of each column are not aligned, because of some blank titles

I manually changed that in ../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)

edit: some tweaks for the class ''.file'', some changed was made in the last version of Dokuwiki which breaks the design

nomadjimbob added a commit that referenced this issue Aug 31, 2024
@nomadjimbob
Copy link
Owner

Thanks for letting me know and providing a fixed. This has been added in the next release of Mikio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants