mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
Hide the debugger button on mobile (#6731)
* Hide the debugger button on mobile * Update Playwright Snapshots * Update Playwright Snapshots * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc39a28c07
commit
80c04e1aa2
@ -132,6 +132,10 @@ body[data-format='mobile'] .jp-Notebook > *:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
body[data-format='mobile'] .jp-ToolbarButton .jp-DebuggerBugButton {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Virtual Notebook fixes */
|
||||
|
||||
body[data-notebook='notebooks'] .jp-WindowedPanel-window {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 7.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user