Fix message operations popup styling

Issue #65.
This commit is contained in:
N-Pex 2021-07-19 10:33:25 +02:00
parent 6d4a5b9833
commit 93ae0728d5
2 changed files with 38 additions and 24 deletions

View file

@ -525,9 +525,9 @@ $admin-fg: white;
position: absolute;
width: fit-content;
background-color: white;
height: 45px;
border-radius: 20px;
box-shadow: 4px 4px 8px #888888;
height: 44px;
border-radius: 22px;
box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
// &.incoming {
// right: 30%;
// }
@ -544,7 +544,7 @@ $admin-fg: white;
height: 40px;
border-radius: 20px;
padding: 0px 20px;
box-shadow: 4px 4px 8px #888888;
box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
}
.message-operations-picker {