mobile style

This commit is contained in:
Sam Lavigne 2023-08-20 13:45:05 -04:00
parent f145882a4e
commit 139cdbd83d
4 changed files with 22 additions and 9 deletions

View File

@ -86,6 +86,8 @@
.filter-holder {
background-color: #fff;
padding: 10px;
border: 1px solid #999;
/* box-shadow: 5px 5px 0px #000; */
}
.filter-holder,
input,

View File

@ -79,6 +79,7 @@
flex-direction: column;
height: 100%;
padding: 10px;
border: 1px solid #999;
}
.type {
color: #999;

View File

@ -3,3 +3,9 @@
</script>
<input bind:value={filename} />
<style>
input {
width: 100%;
}
</style>

View File

@ -11,10 +11,15 @@ a:hover {
}
body {
background-color: #eee;
font: 16px Times, serif;
background-color: #fff;
font:
16px Times,
serif;
}
textrea, select, input, button {
textrea,
select,
input,
button {
font: inherit;
}
video {
@ -24,7 +29,6 @@ video {
h1 {
}
#app {
}