Adjust screenshot button's size

This commit is contained in:
redphx 2024-03-31 13:31:00 +07:00
parent c051313092
commit aebb7888d1

View File

@ -8778,8 +8778,8 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
bottom: 0; bottom: 0;
box-sizing: border-box; box-sizing: border-box;
width: 60px; width: 60px;
height: 60px; height: 90px;
padding: 16px; padding: 16px 16px 46px 16px;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-origin: content-box; background-origin: content-box;
@ -8796,7 +8796,7 @@ div[class*=StreamMenu-module__menuContainer] > div[class*=Menu-module] {
} }
.bx-screenshot-button[data-capturing=true] { .bx-screenshot-button[data-capturing=true] {
padding: 8px; padding: 8px 8px 38px 8px;
} }
.bx-screenshot-canvas { .bx-screenshot-canvas {