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:
parent
520e5c7763
commit
9c0c2d7a02
|
@ -107,7 +107,6 @@ export default {
|
||||||
'req',
|
'req',
|
||||||
'user',
|
'user',
|
||||||
'reload',
|
'reload',
|
||||||
'baseURL',
|
|
||||||
'multiple'
|
'multiple'
|
||||||
]),
|
]),
|
||||||
isListing () {
|
isListing () {
|
||||||
|
|
|
@ -41,7 +41,8 @@ pre {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button {
|
input,
|
||||||
|
button {
|
||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,17 @@ header a:hover {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header>div:first-child>.action,
|
||||||
|
header img {
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
header img {
|
header img {
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
margin-right: 1em;
|
}
|
||||||
vertical-align: middle;
|
|
||||||
|
header>div:first-child>.action {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
header>div {
|
header>div {
|
||||||
|
@ -46,11 +53,11 @@ header > div:last-child {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* MORE?? *
|
* MORE?? *
|
||||||
* * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|
||||||
#more {
|
#more {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -79,6 +86,7 @@ header > div:last-child {
|
||||||
top: 4.5em;
|
top: 4.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* SEARCH BAR *
|
* SEARCH BAR *
|
||||||
* * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * */
|
||||||
|
@ -212,4 +220,3 @@ header > div:last-child {
|
||||||
#search:-ms-input-placeholder {
|
#search:-ms-input-placeholder {
|
||||||
color: rgba(255, 255, 255, .5);
|
color: rgba(255, 255, 255, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,19 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 13em;
|
width: 13em;
|
||||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: .2s ease-in-out left;
|
||||||
|
left: -14em;
|
||||||
}
|
}
|
||||||
|
header>div:first-child>.action {
|
||||||
#listing.list .item.header, main {
|
display: inherit;
|
||||||
|
}
|
||||||
|
header img {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#listing.list .item.header,
|
||||||
|
main {
|
||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
width: calc(100% - 2em);
|
width: calc(100% - 2em);
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
@import "./prompts.css";
|
@import "./prompts.css";
|
||||||
@import "./listing.css";
|
@import "./listing.css";
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* ACTION *
|
* ACTION *
|
||||||
* * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * */
|
||||||
|
@ -63,8 +62,6 @@
|
||||||
background-color: rgba(0, 0, 0, 0.04);
|
background-color: rgba(0, 0, 0, 0.04);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#click-overlay {
|
#click-overlay {
|
||||||
display: none;
|
display: none;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -162,16 +159,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* PROMPT *
|
* PROMPT *
|
||||||
* * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * *
|
||||||
* FOOTER *
|
* FOOTER *
|
||||||
* * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * */
|
||||||
|
|
Loading…
Reference in New Issue