mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +01:00
26 lines
488 B
Plaintext
26 lines
488 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;
|
|
}
|
|
}
|
|
} |