mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Hide checkpoints on small screens
This commit is contained in:
parent
105cc38c84
commit
3f5d6c52f7
@ -63,6 +63,7 @@
|
||||
color: var(--jp-ui-font-color0);
|
||||
font-family: var(--jp-ui-font-family);
|
||||
line-height: calc(1.5 * var(--jp-private-title-panel-height));
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#jp-title h1:hover {
|
||||
@ -77,4 +78,11 @@
|
||||
color: var(--jp-ui-font-color0);
|
||||
font-family: var(--jp-ui-font-family);
|
||||
line-height: calc(1.5 * var(--jp-private-title-panel-height));
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 760px) {
|
||||
.jp-ClassicCheckpoint {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user