aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-10-15 11:17:55 +0300
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-15 14:49:07 +0200
commit38dc91be8ed04f14c180a729a0deb7a57e5cc64a (patch)
tree48a4df5d56fdc1b0fd7765e26b06daa43dfb0b3c /app/Resources/static/themes/material/css/main.css
parent7131f94274a7a4fb15e822d3f8ef5fa4d9594144 (diff)
downloadwallabag-38dc91be8ed04f14c180a729a0deb7a57e5cc64a.tar.gz
wallabag-38dc91be8ed04f14c180a729a0deb7a57e5cc64a.tar.zst
wallabag-38dc91be8ed04f14c180a729a0deb7a57e5cc64a.zip
Improved side menu, reduced the font size on small screens, fixed a form to add links on small screens
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index d91b469f..7c83d45d 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -360,6 +360,10 @@ span.numberItems {
360 float: right; 360 float: right;
361} 361}
362 362
363nav ul a:hover {
364 background-color: initial;
365}
366
363/* ========================================================================== 367/* ==========================================================================
364 * 3 = Filters slider 368 * 3 = Filters slider
365 * ========================================================================== */ 369 * ========================================================================== */
@@ -522,7 +526,7 @@ main ul.row {
522} 526}
523 527
524#article > header > h1 { 528#article > header > h1 {
525 font-size: 2em; 529 font-size: 1.6em;
526} 530}
527 531
528.reader-mode { 532.reader-mode {
@@ -603,6 +607,18 @@ main ul.row {
603 width: auto; 607 width: auto;
604 } 608 }
605 609
610 #article {
611 padding: 15px;
612 max-width: 35em;
613 margin-left: auto;
614 margin-right: auto;
615 font-size: 18px;
616 }
617
618 #article > header > h1 {
619 font-size: 1.33em;
620 }
621
606 .reader-mode { 622 .reader-mode {
607 width: 240px !important; 623 width: 240px !important;
608 } 624 }
@@ -760,3 +776,7 @@ div.settings div.file-field div {
760.input-field label.active { 776.input-field label.active {
761 font-size: 1rem; 777 font-size: 1rem;
762} 778}
779
780nav .input-field input {
781 margin: 0;
782}