-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit of new gene collection manager
- Loading branch information
Showing
6 changed files
with
1,888 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* Initial CSS for Floating UI (https://floating-ui.com/docs/migration#positioning-function-change) */ | ||
.floating { | ||
width: max-content; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
} | ||
|
||
hr.gc-list-element-divider { | ||
width: 90%; | ||
background-color: #000000; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} |
Oops, something went wrong.
089f650
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a progress commit. Still lots of work to be done with JS events, adding new proposed features etc. Pagination was added though 😃