Remove excess divs and styles

This commit is contained in:
2022-01-17 14:10:50 +01:00
parent deba5060a9
commit 7777bf3810
10 changed files with 97 additions and 126 deletions

View File

@@ -1,5 +1,6 @@
<script>
import { createEventDispatcher } from "svelte";
import LargeFileMessage from "./LargeFileMessage.svelte";
let dispatch = createEventDispatcher()
export const set_file = f => file = f
@@ -54,6 +55,8 @@ let file = {
</a>
</div>
</div>
<br/><br/>
<LargeFileMessage file={file}></LargeFileMessage>
<style>
.container {
@@ -61,9 +64,7 @@ let file = {
display: inline-block;
width: 800px;
max-width: 100%;
max-height: 100%;
text-align: center;
overflow: auto;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 16px;
text-align: left;