-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add fullscreen button to Online and SQL IDE
- Loading branch information
1 parent
16074b1
commit 9cf8f9c
Showing
7 changed files
with
93 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@hyperbook/element-online-ide": minor | ||
"@hyperbook/element-sql-ide": minor | ||
"hyperbook": minor | ||
--- | ||
|
||
Add fullscreen button to the Online IDE and SQL IDE elements. |
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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
.online-ide { | ||
margin-bottom: 10px; | ||
border: 1px solid var(--color-spacer); | ||
border-radius: 8px; | ||
background: #1e1e1e; | ||
overflow: hidden; | ||
} | ||
|
||
.online-ide iframe { | ||
width: 100%; | ||
} | ||
|
||
.online-ide .menu { | ||
display: flex; | ||
border-top: 1px solid var(--color-spacer); | ||
} | ||
|
||
.online-ide .menu button { | ||
flex: 1; | ||
background: var(--color-nav); | ||
color: var(--color-text); | ||
border: none; | ||
} |
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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
.sql-ide { | ||
margin-bottom: 10px; | ||
border: 1px solid var(--color-spacer); | ||
border-radius: 8px; | ||
background: #1e1e1e; | ||
overflow: hidden; | ||
} | ||
|
||
.sql-ide iframe { | ||
width: 100%; | ||
} | ||
|
||
.sql-ide .menu { | ||
display: flex; | ||
border-top: 1px solid var(--color-spacer); | ||
} | ||
|
||
.sql-ide .menu button { | ||
flex: 1; | ||
background: var(--color-nav); | ||
color: var(--color-text); | ||
border: none; | ||
} |
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
9cf8f9c
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.
Successfully deployed to the following URLs:
hyperbook – ./
hyperbook.openpatch.org
hyperbook-mikebarkmin.vercel.app
hyperbook-git-main-mikebarkmin.vercel.app
hyperbook.vercel.app