.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-29 22:12:38 +01:00
parent 714f68e696
commit b28e97bd18
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
3 changed files with 9 additions and 4 deletions

View File

@ -32,6 +32,8 @@ main{
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 100; z-index: 100;
border-style: solid;
border-width: 0 0 2px;
} }
.home-button, .sort-button{ .home-button, .sort-button{
display: inline-block; display: inline-block;
@ -271,8 +273,11 @@ main{
margin: 2px; margin: 2px;
} }
@media (min-width: 560px){ @media (min-width: 560px){
.main-box > div, footer > p{ .main-box > div{
padding: 10px; padding: 12px;
}
footer > p{
padding: 4px;
} }
.item-table > div{ .item-table > div{
-ms-flex-wrap: nowrap; -ms-flex-wrap: nowrap;

View File

@ -29,7 +29,7 @@ a{
background-color: #3f3f3f; background-color: #3f3f3f;
border-color: #f5deb3; border-color: #f5deb3;
} }
.so-pane{ .so-pane, .header{
border-color: #3f3f3f; border-color: #3f3f3f;
} }
.image-box, .item-heading{ .image-box, .item-heading{

View File

@ -29,7 +29,7 @@ a{
background-color: #c0c0c0; background-color: #c0c0c0;
border-color: #0a214c; border-color: #0a214c;
} }
.so-pane{ .so-pane, .header{
border-color: #c0c0c0; border-color: #c0c0c0;
} }
.image-box, .item-heading{ .image-box, .item-heading{