aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
index 8ec83f89..25ec0bfc 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
@@ -69,7 +69,7 @@ nav, main, footer {
69} 69}
70 70
71.nav-panels { 71.nav-panels {
72 overflov: hidden; 72 overflow: hidden;
73} 73}
74 74
75.nav-panel-buttom li { 75.nav-panel-buttom li {
@@ -80,6 +80,22 @@ nav, main, footer {
80 float: right; 80 float: right;
81} 81}
82 82
83.nav-panels {
84 transition: background 0.2s ease;
85}
86
87.nav-panel-add .mdi-content-add,
88.nav-panel-search .mdi-action-search,
89.nav-panels .mdi-navigation-close {
90 color: #444 !important;
91}
92
93.nav-panels .action {
94 padding-left: 0.75rem;
95 font-size: 2.1rem;
96 white-space: nowrap;
97}
98
83/* ========================================================================== 99/* ==========================================================================
84 2 = Side-nav 100 2 = Side-nav
85 ========================================================================== */ 101 ========================================================================== */
@@ -129,7 +145,8 @@ main ul.row {
129} 145}
130 146
131.data .card .card-content { 147.data .card .card-content {
132 min-height: 25em; 148 height: 22em;
149 overflow: hidden;
133} 150}
134 151
135.card .card-content .card-title { 152.card .card-content .card-title {