Skip to content

Commit

Permalink
style: more responsive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 15, 2023
1 parent 8df9700 commit 57476d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/feedview/Loader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</script>

<div class="row">
<div class="col-3">
<div class="col-6 col-3-lg">
<div style="display:flex">
<button
class="loadbutton"
Expand All @@ -63,7 +63,7 @@
>
</div>
</div>
<div class="col-9">
<div class="col-6 col-9-lg">
<input class="url" type="text" bind:value={url} on:keydown={keydown} />
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/singleview/LoadFromURL.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</script>

<div class="row">
<div class="col-3">
<div class="col-6 col-3-lg">
<div style="display:flex">
<button class="loadbutton" title="View single CSAF document from URL" on:click={loads}>
<span style="white-space:nowrap"
Expand All @@ -60,7 +60,7 @@
>
</div>
</div>
<div class="col-9">
<div class="col-6 col-9-lg">
<input class="url" type="text" bind:value={URL} on:keydown={keydown} />
</div>
</div>
Expand Down

0 comments on commit 57476d9

Please sign in to comment.