Skip to content
Snippets Groups Projects
Commit 4a918957 authored by Anika Henke's avatar Anika Henke
Browse files

removed left spacing of recent changes list in mobile view

parent efba7aa3
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,12 @@
padding: 1em;
}
/* _recent */
.dokuwiki #dw__recent ul,
.dokuwiki #page__revisions ul {
padding-left: 0;
}
} /* /@media */
......
......@@ -544,6 +544,11 @@
border-right-width: 0;
}
[dir=rtl] .dokuwiki #dw__recent ul,
[dir=rtl] .dokuwiki #page__revisions ul {
padding-right: 0;
}
} /* /@media */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment