mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Hide visitor mode login message on really small embed widths
This commit is contained in:
@ -375,6 +375,16 @@ a {
|
||||
width: 305px;
|
||||
}
|
||||
|
||||
#visitor_mode_message_note {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 400px) {
|
||||
#visitor_mode_message_note {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
#focusmodal {
|
||||
background-color: rgba(84, 110, 122, 0.58);
|
||||
text-shadow: 1px 1px 2px black, 0 0 1em #607d8b, 0 0 0.2em #b0bec5;
|
||||
|
Reference in New Issue
Block a user