mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -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/
|
||||
/.classpath
|
||||
/.project
|
||||
/.cache-main
|
||||
|
|
|
@ -3,14 +3,15 @@ html, body {
|
|||
padding: 0
|
||||
}
|
||||
.top {
|
||||
position: static;
|
||||
position: fixed;
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 80px;
|
||||
height: 90px;
|
||||
box-sizing: border-box;
|
||||
border-bottom-color: rgb(120,120,120);
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
|
@ -28,8 +29,8 @@ html, body {
|
|||
width: 70px;
|
||||
}
|
||||
.result-list {
|
||||
position: static;
|
||||
top: 81;
|
||||
position: fixed;
|
||||
top: 91px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user