mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
28 lines
494 B
Plaintext
28 lines
494 B
Plaintext
#notification_overview_filter label {
|
|
display: block;
|
|
}
|
|
|
|
#notification_overview_list {
|
|
.img-space {
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 25px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.notifications {
|
|
position: inherit !important;
|
|
float: left !important;
|
|
}
|
|
|
|
.notifications .dropdown-menu {
|
|
width: 300px !important;
|
|
margin-left: 0 !important;
|
|
|
|
.arrow {
|
|
margin-left: -142px !important;
|
|
}
|
|
}
|
|
}
|