Skip to content
Snippets Groups Projects
Verified Commit 840dfd19 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat:new animations

parent 73529923
No related branches found
No related tags found
1 merge request!9Version 0.4.0 🍾
Pipeline #1368 passed
......@@ -129,7 +129,7 @@ export const App: FC<AppProps> = ({ emulator, backgrounds = ["264653"] }) => {
</Footer>
<PanelSplit
left={
<div>
<div style={{marginTop: 78}}>
<Display
fullscreen={fullscreen}
onDrawHandler={onDrawHandler}
......
......@@ -43,6 +43,7 @@
font-size: 0px;
padding: 8px 8px 8px 8px;
box-sizing: content-box;
transition: width 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), height 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), top 0.35s cubic-bezier(0.075, 0.82, 0.165, 1), left 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.display.fullscreen > .display-frame {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment