mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-39746 - Themes - Hiding the user picture on the forum page when the screensize is too small to allow for it
This commit is contained in:
parent
b3be471f52
commit
41d6483066
@ -197,6 +197,9 @@
|
||||
.path-mod-forum .forumsearch #search {
|
||||
width: 120px;
|
||||
}
|
||||
.path-mod-forum .forumheaderlist .picture {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Stuart's 2,1,3 layout
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user