mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-16 18:14:23 +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;
|
background: #fff;
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
box-shadow: 0 1px 2px rgba(0,0,0,.2);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.img-link {
|
.img-link {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -595,7 +596,7 @@ html {
|
||||||
}
|
}
|
||||||
.message {
|
.message {
|
||||||
margin-left: 55px;
|
margin-left: 55px;
|
||||||
padding: 5px 5px 0 5px;
|
padding: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue