Beautify stuff and remove useless stuff

Former-commit-id: 4011c8fdf2e371a7c4b5bd869358abbb816cf3cd [formerly ea701dcc1585c3293ebe12bbf7e44fce2783c7d2] [formerly 94530d6438acaac29e48e6fb87935137eb494356 [formerly b66f6bd78ac5c34837af076c5d6470976ea6b42c]]
Former-commit-id: af893939aa40b62b4879a0222fd5b5d5862f4463 [formerly 82093eb578ddb6a12f6a19aff054033c72601ecb]
Former-commit-id: 09c904479b844653c2f7b636afde3aea6b933421
This commit is contained in:
Henrique Dias
2017-07-04 16:55:36 +01:00
parent 520e5c7763
commit 9c0c2d7a02
7 changed files with 407 additions and 401 deletions

View File

@@ -19,12 +19,19 @@
height: 100%;
width: 13em;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
transition: .2s ease-in-out left;
left: -14em;
}
#listing.list .item.header, main {
header>div:first-child>.action {
display: inherit;
}
header img {
display: none;
}
#listing.list .item.header,
main {
width: calc(100% - 2em);
}
main {
margin: 0 1em;
width: calc(100% - 2em);