mobile style
This commit is contained in:
parent
f145882a4e
commit
139cdbd83d
|
@ -86,6 +86,8 @@
|
||||||
.filter-holder {
|
.filter-holder {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
border: 1px solid #999;
|
||||||
|
/* box-shadow: 5px 5px 0px #000; */
|
||||||
}
|
}
|
||||||
.filter-holder,
|
.filter-holder,
|
||||||
input,
|
input,
|
||||||
|
|
|
@ -79,6 +79,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
border: 1px solid #999;
|
||||||
}
|
}
|
||||||
.type {
|
.type {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|
|
@ -3,3 +3,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<input bind:value={filename} />
|
<input bind:value={filename} />
|
||||||
|
|
||||||
|
<style>
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
12
src/app.css
12
src/app.css
|
@ -11,10 +11,15 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #eee;
|
background-color: #fff;
|
||||||
font: 16px Times, serif;
|
font:
|
||||||
|
16px Times,
|
||||||
|
serif;
|
||||||
}
|
}
|
||||||
textrea, select, input, button {
|
textrea,
|
||||||
|
select,
|
||||||
|
input,
|
||||||
|
button {
|
||||||
font: inherit;
|
font: inherit;
|
||||||
}
|
}
|
||||||
video {
|
video {
|
||||||
|
@ -24,7 +29,6 @@ video {
|
||||||
h1 {
|
h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue