Remove some left over margins from the banner that was just removed (#588)

This commit is contained in:
Daniel Barton 2024-06-23 23:48:21 +08:00 committed by GitHub
parent 1c3c9f0dcd
commit ce182cf30c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<div
class="theme-container mt-12"
class="theme-container"
:class="pageClasses"
@touchstart="onTouchStart"
@touchend="onTouchEnd"

View File

@ -6,7 +6,7 @@ $arrow-bg: #000;
}
@apply .fixed .left-0 .bottom-0 .bg-white .overflow-auto .border-r .border-grey-lighter .py-8;
top: calc(3rem + 56px);
top: 56px;
width: 20rem;
font-size: 15px;