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 {
position: relative;
padding: 8px 12px;
padding: 10px 14px;
}
.tail {

View File

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

View File

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