-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implementing navbar custom buttons (#2362)
* implementing navbar custom buttons * post build & fixing errors * fix buttons * fix based on feedback * minor changes * minor fixes * code review feedback * code review feedback * fix popper header * fixing title border color * fix the according to comments * adding back eslint and converting to any * reverting back to old code * switching from popover to popper
- Loading branch information
Showing
8 changed files
with
412 additions
and
353 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,6 +59,7 @@ td { | |
justify-content: center; | ||
width: 100%; | ||
margin: 10px; | ||
gap: 10px; | ||
} | ||
|
||
.index-header-title { | ||
|
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
Oops, something went wrong.