mirror of https://git.tuxpa.in/a/code-server.git
Removed unused CSS
This commit is contained in:
parent
89d78a5921
commit
cfebf2c67f
|
@ -1,24 +0,0 @@
|
||||||
/* NOTE: Disable scrollbars since an oversized element creates them. */
|
|
||||||
.app-input {
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
outline: none;
|
|
||||||
position: fixed;
|
|
||||||
scrollbar-width: none;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 20;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-input::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-render {
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
|
@ -1,7 +1,6 @@
|
||||||
import { getOptions, normalize } from "../../common/util"
|
import { getOptions, normalize } from "../../common/util"
|
||||||
import { ApiEndpoint } from "../../common/http"
|
import { ApiEndpoint } from "../../common/http"
|
||||||
|
|
||||||
import "./app.css"
|
|
||||||
import "./error.css"
|
import "./error.css"
|
||||||
import "./global.css"
|
import "./global.css"
|
||||||
import "./home.css"
|
import "./home.css"
|
||||||
|
|
Loading…
Reference in New Issue