mirror of
https://github.com/flarum/core.git
synced 2025-07-29 04:30:56 +02:00
Tweak notification excerpt styles
This commit is contained in:
@@ -116,8 +116,8 @@
|
|||||||
}
|
}
|
||||||
.Notification-excerpt {
|
.Notification-excerpt {
|
||||||
color: @muted-more-color;
|
color: @muted-more-color;
|
||||||
font-size: 12px;
|
font-size: 11px;
|
||||||
margin-top: 5px;
|
margin-top: 3px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
@media @tablet-up {
|
@media @tablet-up {
|
||||||
.NotificationsDropdown {
|
.NotificationsDropdown {
|
||||||
.Dropdown-menu {
|
.Dropdown-menu {
|
||||||
width: 400px;
|
width: 425px;
|
||||||
}
|
}
|
||||||
.Dropdown-toggle {
|
.Dropdown-toggle {
|
||||||
.Button--icon();
|
.Button--icon();
|
||||||
|
Reference in New Issue
Block a user