mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Fix calendar in chromium and reducing the size of the calendar
This commit is contained in:
parent
790d18a319
commit
727b39a90e
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,10 @@ nav, main, footer {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.picker__date-display {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
1 = Nav
|
||||
========================================================================== */
|
||||
|
@ -190,6 +194,7 @@ nav input {
|
|||
.side-nav.fixed.right-aligned {
|
||||
right: -250px;
|
||||
left: auto !important;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
|
Loading…
Reference in a new issue