mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-04 23:14:56 +01:00
d6f58bceb0
* allow SnapController to call `ApprovalController:updateRequestState` action * combine popups * show only autorship pill on result * lint * update `snaps-monorepo@0.31.0` and regen policies * dedupe deps and fix fencing * fix update button text * fix fencing * Update a bunch of e2es * address requested changes * update policy * bump key-tree * fix lint * Update RPC E2E * fix locales * Remove wrong instance of window handle polling * design changes and address pr comments * remove unused imports * fix lint * fix fencing * remove unused locales * fence things * re-add redirection * bump test-snaps version * Fix update e2e * fix redirecting logic and address requested changes * force update metamask state on approved * move force update --------- Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
17 lines
191 B
SCSS
17 lines
191 B
SCSS
.snap-result {
|
|
box-shadow: none;
|
|
|
|
.headers {
|
|
flex: 1;
|
|
|
|
.loader-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
.page-container__footer {
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
}
|
|
}
|