-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* css polishing Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix warnings Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix test Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix some style Signed-off-by: at670475 <andrea.tabone@broadcom.com> * improve handling in case of header set to white Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix buttons color Signed-off-by: at670475 <andrea.tabone@broadcom.com> * small fix for better responsiveness Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix + test Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix complexity Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fixing Signed-off-by: at670475 <andrea.tabone@broadcom.com> * reduce complexity Signed-off-by: at670475 <andrea.tabone@broadcom.com> * hide compare button in case of no doc Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix wizard bar and add unit tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix login form Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix spinner glitch on login Signed-off-by: at670475 <andrea.tabone@broadcom.com> * refactor tabs and fix css Signed-off-by: at670475 <andrea.tabone@broadcom.com> * get version for compare Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix compare versions Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add test Signed-off-by: at670475 <andrea.tabone@broadcom.com> * increase coverage Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix small bug Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix e2e test Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add border color when hover/select tab Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix anchors Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix media icons and search bar Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add test Signed-off-by: at670475 <andrea.tabone@broadcom.com> * small changes Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix code smell Signed-off-by: at670475 <andrea.tabone@broadcom.com> * increase coverage Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add check and hide right menu in case only swagger present Signed-off-by: at670475 <andrea.tabone@broadcom.com> * adjust internal doc img size Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * address PR comments Signed-off-by: at670475 <andrea.tabone@broadcom.com> * address comments Signed-off-by: at670475 <andrea.tabone@broadcom.com> * small fix Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix operation swagger width Signed-off-by: at670475 <andrea.tabone@broadcom.com> * address comments Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix search bar css Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix bug of no swagger being displayed when navigating to the detailpage Signed-off-by: at670475 <andrea.tabone@broadcom.com> * fix tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add test and adjust css Signed-off-by: at670475 <andrea.tabone@broadcom.com> * add unit tests Signed-off-by: at670475 <andrea.tabone@broadcom.com> * small fix Signed-off-by: at670475 <andrea.tabone@broadcom.com> --------- Signed-off-by: at670475 <andrea.tabone@broadcom.com>
- Loading branch information
Showing
43 changed files
with
1,021 additions
and
420 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,8 @@ | |
height: 100vh; | ||
} | ||
|
||
@media only screen and (max-width: 1120px) { | ||
.content { | ||
width: fit-content; | ||
} | ||
} |
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
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.