Skip to content

Commit

Permalink
Minor styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexthePear committed May 2, 2024
1 parent 851fe08 commit 67e9556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<style>
button {
position: absolute;
transform: translateX(-140%) translateY(-80%);
transform: translateX(-120%) translateY(-250%);
}
</style>
5 changes: 2 additions & 3 deletions src/lib/components/list_input/list_input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,13 @@
/* outline: 2px solid red; */
}
summary {
margin: 10px 0px;
padding: 2px;
margin: 15px 0px;
padding: 10px;
border-radius: 5px;
background-color: #ffffff;
}
details {
padding: 0;
background: transparent;
}
li {
list-style-type: none;
Expand Down
3 changes: 1 addition & 2 deletions src/lib/components/questions/base/base_editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
:global(details .sort-buttons) {
position: absolute;
transform: translateX(-140%) translateY(-80%);
transform: translateX(-140%) translateY(-50%);
display: flex;
flex-direction: column;
}
Expand All @@ -106,7 +106,6 @@
.tabs {
display: flex;
flex-wrap: wrap;
margin: 2rem auto;
max-width: 70ch;
}
Expand Down

0 comments on commit 67e9556

Please sign in to comment.