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 { .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,

View File

@ -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;

View File

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

View File

@ -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 {
} }