wip
This commit is contained in:
@@ -84,7 +84,7 @@ withDefaults(defineProps<{
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
padding: 8px 12px;
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
.tail {
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user