Skip to content

Commit

Permalink
Fix #222 and other small bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinside committed Aug 4, 2024
1 parent 1acd6e7 commit 0f3fa5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StreamAwesome/src/components/browser/InputGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defineEmits<{
</label>
<input
type="text"
value="question"
value="video"
tabindex="1"
:id="inputId"
@input="(event) => $emit('onInput', (event.target as HTMLInputElement).value)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ input[type='color'] {
cursor: pointer;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
</style>
2 changes: 1 addition & 1 deletion StreamAwesome/src/stores/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useIconsStore = defineStore('icons', () => {
invertDirection: false,
saturation: 0.8,
symbolOnly: false,
translation: 0.5
translation: 0
},
fontSize: 180,
fontAwesomeIcon: {
Expand Down

0 comments on commit 0f3fa5e

Please sign in to comment.