mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
Fix CSS
This commit is contained in:
parent
3b8b819c48
commit
f9a9b79cb9
1
teavm-samples/teavm-samples-scala/.gitignore
vendored
1
teavm-samples/teavm-samples-scala/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
/.settings/
|
/.settings/
|
||||||
/.classpath
|
/.classpath
|
||||||
/.project
|
/.project
|
||||||
|
/.cache-main
|
||||||
|
|
|
@ -3,14 +3,15 @@ html, body {
|
||||||
padding: 0
|
padding: 0
|
||||||
}
|
}
|
||||||
.top {
|
.top {
|
||||||
position: static;
|
position: fixed;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 80px;
|
height: 90px;
|
||||||
|
box-sizing: border-box;
|
||||||
border-bottom-color: rgb(120,120,120);
|
border-bottom-color: rgb(120,120,120);
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
|
@ -28,8 +29,8 @@ html, body {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
}
|
}
|
||||||
.result-list {
|
.result-list {
|
||||||
position: static;
|
position: fixed;
|
||||||
top: 81;
|
top: 91px;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user