Skip to content

Commit

Permalink
Dropdown fixes (#527)
Browse files Browse the repository at this point in the history
* Easier Theme Selector

* EmuDeck wip

* Deck Theme

* EmuDeck theme

* Opacity

* small fix setttings

* font

* Fix routing issue (#1)

* added EmuDeck to themes

* fixed routing

* EmuDeck Theme + fixes Classic and Deck theme

* new bg + fix navarea buttons

* Preview Screen Text + Lens Icon

* typo

* streamlined button

* add (bad) styling for required fields (#2)

* comma

* nicer colors

* small fixie

---------

Co-authored-by: Chris Dock <[email protected]>
  • Loading branch information
dragoonDorise and cbartondock authored Apr 26, 2023
1 parent 9cf5a40 commit 176dd1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/renderer/components/parsers.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export class ParsersComponent implements AfterViewInit, OnDestroy {
isHidden: () => this.isHiddenIfNotRomsParser()
}),
executable: new NestedFormElement.Group({
label: this.lang.label.executableLocation,
isHidden: () => this.isHiddenIfNotRomsParser(),
children: {
path: new NestedFormElement.Path({
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/styles/ng-select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
.options {
position: absolute;
z-index: 1;
z-index: 3;
top: 100%;
left: 0;

Expand Down

0 comments on commit 176dd1c

Please sign in to comment.