mobile css fixes

This commit is contained in:
Kieran 2023-08-21 20:45:38 +01:00
parent 62c08517fd
commit d4bbd4e87d
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 11 additions and 5 deletions

View File

@ -23,11 +23,6 @@
}
@media (max-width: 520px) {
.latest-notes {
width: 200px;
left: calc(50% - 110px);
padding: 6px 12px;
}
.latest-notes-fixed {
width: 200px;
padding: 6px 12px;

View File

@ -72,3 +72,14 @@ header {
line-height: 21px;
padding: 0 !important;
}
@media (max-width: 768px) {
.search {
padding: unset;
background: unset;
}
.search input {
display: none;
}
}