fix: Fix incorrect background for classic theme image search #9
1 changed files with 11 additions and 0 deletions
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
11
asklyphe-frontend/static/themes/classic/imagesearch.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.pagecontent {
|
||||
background: url("/static/snow.gif");
|
||||
border: 3px inset black;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.pagecontent {
|
||||
width: calc(100% - 4px);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue