rha<se
This commit is contained in:
parent
a9a4a1f4c8
commit
4c620e82ab
@ -184,7 +184,7 @@ body {
|
|||||||
#game-chat {
|
#game-chat {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
bottom: 20px;
|
bottom: 30px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
background: linear-gradient(#2b2115, #1a140d);
|
background: linear-gradient(#2b2115, #1a140d);
|
||||||
|
|||||||
@ -1,12 +1,10 @@
|
|||||||
|
|
||||||
|
|
||||||
/* =========================
|
/* =========================
|
||||||
Quick Menu Panel
|
Quick Menu Panel
|
||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
#quickmenu-panel {
|
#quickmenu-panel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 20px;
|
bottom: 30px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
z-index: 1999;
|
z-index: 1999;
|
||||||
|
|
||||||
@ -25,8 +23,6 @@
|
|||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* =========================
|
/* =========================
|
||||||
Einzelne Slots
|
Einzelne Slots
|
||||||
========================= */
|
========================= */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user