-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Load showcase stylesheets with include macro and style tag on…
… example change (#992) Bugfix: Loading showcase stylesheets into styletage allows styles for different examples to be loaded after selection.
- Loading branch information
Showing
5 changed files
with
545 additions
and
8 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
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,13 +1,14 @@ | ||
html, body, #fullscreen { | ||
width: 100%; | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
||
#left_pane { | ||
position: absolute; | ||
width: 20%; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
#right_pane { | ||
position: absolute; | ||
width: 80%; | ||
left: 20%; | ||
display: flex; | ||
} |
Oops, something went wrong.