mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-07-31 12:20:41 +08:00
15 lines
193 B
CSS
15 lines
193 B
CSS
.pmode {
|
|
display:none; !important
|
|
}
|
|
|
|
.presentation_mode h1{
|
|
text-align: center;
|
|
}
|
|
|
|
.presentation_mode .maintoolbar-container{
|
|
display:none; !important
|
|
}
|
|
|
|
.presentation_mode {
|
|
}
|