Fix: Activity Stream - 3 dot button size #913

This commit is contained in:
alstjr7375 2024-09-20 01:06:29 +09:00
parent 113aa41f7d
commit ed8bbe969c
3 changed files with 12 additions and 0 deletions

6
css/leptonContent.css generated
View file

@ -374,6 +374,9 @@
}
.top-site-outer .context-menu-button {
top: 0px !important; /* Original: -20px */
right: 0px !important;
width: 22px !important;
height: 22px !important;
}
.top-site-outer .context-menu {
top: 16.75px !important; /* Original: 6.75px */
@ -4094,6 +4097,9 @@
}
.top-site-outer .context-menu-button {
top: 0px !important; /* Original: -20px */
right: 0px !important;
width: 22px !important;
height: 22px !important;
}
.top-site-outer .context-menu {
top: 16.75px !important; /* Original: 6.75px */

View file

@ -374,6 +374,9 @@
}
.top-site-outer .context-menu-button {
top: 0px !important; /* Original: -20px */
right: 0px !important;
width: 22px !important;
height: 22px !important;
}
.top-site-outer .context-menu {
top: 16.75px !important; /* Original: 6.75px */

View file

@ -51,6 +51,9 @@
.context-menu-button {
top: 0px !important; /* Original: -20px */
right: 0px !important;
width: 22px !important;
height: 22px !important;
}
.context-menu {
top: 16.75px !important; /* Original: 6.75px */