mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Made notifications look less bad
This commit is contained in:
parent
36089588f1
commit
90183df484
1 changed files with 2 additions and 1 deletions
3
resources/assets/styles/content.less
vendored
3
resources/assets/styles/content.less
vendored
|
@ -585,6 +585,7 @@ html {
|
|||
background: #fff;
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
|
||||
.img-link {
|
||||
float: left;
|
||||
|
@ -595,7 +596,7 @@ html {
|
|||
}
|
||||
.message {
|
||||
margin-left: 55px;
|
||||
padding: 5px 5px 0 5px;
|
||||
padding: 5px;
|
||||
display: block;
|
||||
color: #666;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue