mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
CSS Improvements
- Fixed GL View - Removed unecessary class
This commit is contained in:
parent
0ac30dd47d
commit
42994c46c8
1 changed files with 3 additions and 9 deletions
12
style.css
12
style.css
|
@ -30,18 +30,12 @@ a{
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We cheat a bit here to fit all the controls in one row.
|
|
||||||
I will add a proper workaround later.
|
|
||||||
*/
|
|
||||||
.evenly *{
|
|
||||||
width: 24%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#gl{
|
#gl{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#card{
|
#card{
|
||||||
|
@ -99,7 +93,7 @@ a{
|
||||||
}
|
}
|
||||||
|
|
||||||
.equipment{
|
.equipment{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rotations{
|
.rotations{
|
||||||
|
@ -113,4 +107,4 @@ a{
|
||||||
|
|
||||||
.rotations input{
|
.rotations input{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue