mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-71537 User tours: Minor display errors on mobile
This commit is contained in:
parent
3610f1ee3b
commit
1cf69802f0
@ -66,3 +66,16 @@ span[data-flexitour="container"].orphan div[data-role="arrow"] {
|
||||
display: block;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
@media (max-width: 575.98px) {
|
||||
span[data-flexitour="container"] {
|
||||
margin-left: 10px;
|
||||
}
|
||||
span[data-flexitour="container"] .modal-content {
|
||||
overflow-y: initial;
|
||||
}
|
||||
span[data-flexitour="container"].orphan {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user