File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
4
4
*/
5
5
6
+ // I just noticed there is another version of this file in jupyter/_jupyter.sass
7
+ // They need to be carefully merged into one! But not today.
8
+
6
9
.smc-jupyter-nbviewer-content
7
10
border : 1px solid lightgray
8
11
114
117
.katex
115
118
padding : 0 2.5px
116
119
120
+ // this seems to be missing from jupyter widgets, but is used to implement the according
121
+ // https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#accordion
122
+ // I.e., without this css rule, accordian is just broken.
123
+ .lm-Widget.lm-mod-hidden
124
+ display : none !important
125
+
117
126
.cc-jupyter-buttonbar-dropdown
118
127
.ant-dropdown-menu-item
119
128
color : $COL_GRAY_D !important
Original file line number Diff line number Diff line change 3
3
* License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
4
4
*/
5
5
6
+ // I just noticed there is another version of this file in ../_jupyter.sass
7
+ // They need to be carefully merged into one! But not today.
8
+
6
9
.cocalc-jupyter-rendered
7
10
img
8
11
max-width : 100%
You can’t perform that action at this time.
0 commit comments