mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Improved the login modal style
This commit is contained in:
@ -209,10 +209,16 @@ a {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn, #discordlogin_btn {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
#modal_guildiconcircle {
|
||||
max-width: 75px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 800px) {
|
||||
.valign-wrap {
|
||||
display: -webkit-flex;
|
||||
|
Reference in New Issue
Block a user