Add free transfer limit to filesystem
This commit is contained in:
12
svelte/src/layout/FileTitle.svelte
Normal file
12
svelte/src/layout/FileTitle.svelte
Normal file
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
export let title = ""
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
text-shadow: 1px 1px 2px #000000;
|
||||
line-break: anywhere;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user