Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
FogNetwork
GitHub Repository: FogNetwork/Tsunami
Path: blob/main/public/css/ui.css
1036 views
1
body #closesurf {
2
display: none;
3
}
4
5
body #reloadsurf {
6
display: none;
7
}
8
9
body[go="classic"] #surf {
10
height: 100%;
11
top: 0;
12
}
13
14
body[go="classic"] #controls {
15
display: none !important;
16
}
17