Sidebar items are now shorter.

This commit is contained in:
Oliver Hamlet
2014-11-17 20:26:21 +00:00
parent 0f382c807e
commit c7bda51de7
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -23,6 +23,17 @@
color: black;
}
/* This makes sidebar items smaller. */
#cardsNav /deep/ paper-item {
/*font-size: 1em;*/
}
#cardsNav /deep/ paper-item::shadow .button-content {
padding: 0.4em 1em;
}
#cardsNav loot-plugin-item::shadow > paper-item::shadow .button-content {
padding: 0.12em 1em;
}
/* This override adds separator menu items. */
html /deep/ paper-item[separator] {
height: 1px;
+2 -2
View File
@@ -109,8 +109,8 @@ section h1 {
font-weight: normal;
font-size: 1.2em;
}
#filters {
padding: 0.9em 1em;
#filters, #cardsNav {
padding: 1em 0 0 1em;
}
#filters div {
padding:0.2em 0.5em;