mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Styled focus modal a bit more and moved it back up
This commit is contained in:
parent
2e3c5c227c
commit
379475fae9
@ -241,6 +241,11 @@ a {
|
|||||||
width: 305px;
|
width: 305px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#focusmodal {
|
||||||
|
background-color: rgba(84, 110, 122, 0.58);
|
||||||
|
text-shadow: 1px 1px 2px black, 0 0 1em #607d8b, 0 0 0.2em #b0bec5;
|
||||||
|
}
|
||||||
|
|
||||||
.message_emoji {
|
.message_emoji {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
inDuration: 400,
|
inDuration: 400,
|
||||||
outDuration: 400,
|
outDuration: 400,
|
||||||
startingTop: "4%",
|
startingTop: "4%",
|
||||||
endingTop: "30%",
|
endingTop: "10%",
|
||||||
});
|
});
|
||||||
$("#focusmodal").modal("open");
|
$("#focusmodal").modal("open");
|
||||||
$("#userembedmodal").modal({
|
$("#userembedmodal").modal({
|
||||||
|
Loading…
Reference in New Issue
Block a user