This commit is contained in:
syuilo
2025-03-23 21:19:54 +09:00
parent 9b9ff81201
commit a77c10bbdd
3 changed files with 3 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ withDefaults(defineProps<{
.content { .content {
position: relative; position: relative;
padding: 8px 12px; padding: 10px 14px;
} }
.tail { .tail {

View File

@@ -85,10 +85,7 @@ function showMenu(ev: MouseEvent) {
<style lang="scss" module> <style lang="scss" module>
.root { .root {
$me-balloon-color: var(--accent);
position: relative; position: relative;
background-color: transparent;
display: flex; display: flex;
&.isMe { &.isMe {
@@ -109,9 +106,8 @@ function showMenu(ev: MouseEvent) {
position: sticky; position: sticky;
top: calc(16px + var(--MI-stickyTop, 0px)); top: calc(16px + var(--MI-stickyTop, 0px));
display: block; display: block;
width: 54px; width: 52px;
height: 54px; height: 52px;
transition: all 0.1s ease;
} }
.body { .body {

View File

@@ -280,10 +280,7 @@ definePage(computed(() => !initializing.value ? user.value ? {
.footer { .footer {
width: 100%; width: 100%;
position: sticky;
z-index: 2;
padding-top: 8px; padding-top: 8px;
bottom: var(--minBottomSpacing);
} }
.new { .new {