mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Fixed image and sizing issues on announcements
This commit is contained in:
parent
90060325b7
commit
08ad975fb1
1 changed files with 5 additions and 5 deletions
10
resources/assets/styles/dashboard.less
vendored
10
resources/assets/styles/dashboard.less
vendored
|
@ -207,7 +207,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 1200px) {
|
||||
height: auto;
|
||||
background-image: none;
|
||||
}
|
||||
|
@ -219,7 +219,7 @@
|
|||
.announce-actions, .announce-content {
|
||||
padding-left: 300px;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 1200px) {
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
@ -228,12 +228,12 @@
|
|||
&.secret-santa-announce {
|
||||
height: 150px;
|
||||
background-color: #68a1ee;
|
||||
background-image: url(http://i.imgur.com/dSCXyGx.jpg);
|
||||
background-image: url(https://i.imgur.com/dSCXyGx.jpg);
|
||||
background-size: 300px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 1200px) {
|
||||
height: auto;
|
||||
background-image: none;
|
||||
}
|
||||
|
@ -245,7 +245,7 @@
|
|||
.announce-actions, .announce-content {
|
||||
padding-left: 300px;
|
||||
|
||||
@media (max-width: 720px) {
|
||||
@media (max-width: 1200px) {
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue