mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
retro: add padding to sidebar lists
This commit is contained in:
parent
b0adee63eb
commit
e18e46ed18
2 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
<script lang="ts">
|
||||
import MusicPlayer from './MusicPlayer.svelte'
|
||||
import './app.css'
|
||||
</script>
|
||||
|
||||
<MusicPlayer />
|
||||
|
||||
<slot />
|
||||
|
||||
|
||||
|
|
|
@ -5,14 +5,11 @@
|
|||
import projects from '../_projects.json'
|
||||
|
||||
import type { BlogPostPreview } from '../blog.json/+server.js'
|
||||
import MusicPlayer from './MusicPlayer.svelte'
|
||||
|
||||
export let data
|
||||
export let posts: BlogPostPreview[] = data.posts
|
||||
</script>
|
||||
|
||||
<MusicPlayer />
|
||||
|
||||
<table id="main-table">
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -124,6 +121,7 @@
|
|||
text-align: right;
|
||||
height: 400px;
|
||||
overflow-y: scroll;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#main-table {
|
||||
|
|
Loading…
Add table
Reference in a new issue