mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 14:13:37 +08:00
Tweak notifications appearance
This commit is contained in:
parent
9befc68ea3
commit
e0401469dd
|
@ -74,7 +74,7 @@
|
||||||
.notification-group-header {
|
.notification-group-header {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @fl-body-heading-color !important;
|
color: @fl-body-heading-color !important;
|
||||||
padding: 8px 15px;
|
padding: 6px 15px;
|
||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
.notification {
|
.notification {
|
||||||
& > a {
|
& > a {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 8px 15px 8px 75px;
|
padding: 8px 15px 8px 70px;
|
||||||
color: @fl-body-muted-color;
|
color: @fl-body-muted-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
& .avatar {
|
& .avatar {
|
||||||
.avatar-size(24px);
|
.avatar-size(24px);
|
||||||
float: left;
|
float: left;
|
||||||
margin: -2px 0 -2px -60px;
|
margin: -2px 0 -2px -55px;
|
||||||
}
|
}
|
||||||
& .icon {
|
& .icon {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user