mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 00:17:22 +08:00
Tweak notification excerpt styles
This commit is contained in:
parent
52bf8b3c1c
commit
f43557f172
|
@ -116,8 +116,8 @@
|
|||
}
|
||||
.Notification-excerpt {
|
||||
color: @muted-more-color;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
margin-top: 3px;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
@media @tablet-up {
|
||||
.NotificationsDropdown {
|
||||
.Dropdown-menu {
|
||||
width: 400px;
|
||||
width: 425px;
|
||||
}
|
||||
.Dropdown-toggle {
|
||||
.Button--icon();
|
||||
|
|
Loading…
Reference in New Issue
Block a user