mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix(messagebox): fixed padding
This commit is contained in:
@@ -40,13 +40,10 @@ const OverlayBar = styled.div`
|
||||
align-self: end;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
|
||||
right: 0;
|
||||
top: -18px;
|
||||
z-index: 0;
|
||||
//overflow: hidden;
|
||||
transition: box-shadow 0.1s ease-out;
|
||||
|
||||
border-radius: 5px;
|
||||
background: var(--primary-header);
|
||||
border: 1px solid var(--background);
|
||||
|
||||
Reference in New Issue
Block a user