Beautify stuff and remove useless stuff
parent
cdcaa9102b
commit
b66f6bd78a
|
@ -107,7 +107,6 @@ export default {
|
|||
'req',
|
||||
'user',
|
||||
'reload',
|
||||
'baseURL',
|
||||
'multiple'
|
||||
]),
|
||||
isListing () {
|
||||
|
|
|
@ -41,7 +41,8 @@ pre {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
input, button {
|
||||
input,
|
||||
button {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,10 +16,17 @@ header a:hover {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
header>div:first-child>.action,
|
||||
header img {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
header img {
|
||||
height: 2.5em;
|
||||
margin-right: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
header>div:first-child>.action {
|
||||
display: none;
|
||||
}
|
||||
|
||||
header>div {
|
||||
|
@ -46,11 +53,11 @@ header > div:last-child {
|
|||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* MORE?? *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
#more {
|
||||
display: none;
|
||||
}
|
||||
|
@ -79,6 +86,7 @@ header > div:last-child {
|
|||
top: 4.5em;
|
||||
}
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* SEARCH BAR *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
@ -212,4 +220,3 @@ header > div:last-child {
|
|||
#search:-ms-input-placeholder {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
@import "./prompts.css";
|
||||
@import "./listing.css";
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* ACTION *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
@ -63,8 +62,6 @@
|
|||
background-color: rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#click-overlay {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
@ -162,16 +159,11 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* PROMPT *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
* FOOTER *
|
||||
* * * * * * * * * * * * * * * */
|
||||
|
|
Loading…
Reference in New Issue