Added download & expand button for GraphQL schema response

This commit is contained in:
Liyas Thomas
2019-11-23 10:31:53 +05:30
parent 60368341ed
commit edba562a99
3 changed files with 87 additions and 22 deletions

View File

@@ -10,9 +10,9 @@ html {
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
border-radius: 8px;
width: 4px;
height: 4px;
border-radius: 4px;
background-color: var(--bg-dark-color);
visibility: hidden;
@@ -24,7 +24,6 @@ html {
::-webkit-scrollbar-thumb {
background-color: var(--fg-light-color);
border-radius: 8px;
border: 2px solid var(--bg-color);
&:hover {
background-color: var(--fg-color);