[Misc] Fix the missing bottom margin issue (#751)

Desktop style overwrote the themed one.
This commit is contained in:
Cinder 2024-09-07 14:28:21 -07:00 committed by GitHub
parent 5ef9c55c7d
commit 4834f2cd11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,12 +4,13 @@ div#search {
div#page {
overflow: visible;
padding: $padding-050 $padding-025;
padding: $padding-050 $padding-025 themed("content-padding-bottom");
@include window-larger-than(800px) {
border-radius: $border-radius-full;
margin: 0 1em;
padding: $padding-050;
padding-left: $padding-050;
padding-right: $padding-050;
}
background-color: $hexagon-color-foreground;
@ -17,7 +18,6 @@ div#page {
background-image: themed("image-foreground");
background-position: themed("image-foreground-position");
background-repeat: themed("image-foreground-repeat");
padding-bottom: themed("content-padding-bottom");
// Fix failure to contain contents in bounding box.
&:after {