mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #2242 from wallabag/fix-minor-css
Fix print / article views
This commit is contained in:
commit
33adf8dc91
4 changed files with 46 additions and 27 deletions
|
@ -26,7 +26,9 @@
|
|||
div.tools,
|
||||
header div,
|
||||
.messages,
|
||||
.entrie + .results {
|
||||
.entrie + .results,
|
||||
#article .mbm a,
|
||||
#article-informations {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,10 +26,23 @@
|
|||
div.tools,
|
||||
header div,
|
||||
.messages,
|
||||
.entry + .results {
|
||||
.entry + .results,
|
||||
#slide-out,
|
||||
.progress, .hide-on-large-only,
|
||||
#article > aside,
|
||||
#article .mbm a
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
#article {
|
||||
margin: inherit !important;
|
||||
}
|
||||
|
||||
article {
|
||||
border: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue