Page MenuHomePhabricator

D12354.id.diff
No OneTemporary

D12354.id.diff

diff --git a/web/cashtab/extension/src/components/App.js b/web/cashtab/extension/src/components/App.js
--- a/web/cashtab/extension/src/components/App.js
+++ b/web/cashtab/extension/src/components/App.js
@@ -204,11 +204,11 @@
const NavMenu = styled.div`
position: fixed;
- right: 0;
+ float: right;
margin-right: 1px;
bottom: 5rem;
display: flex;
- width: 8rem;
+ width: 8.23rem;
flex-direction: column;
border: ${props => (props.open ? '0.1px solid' : '0px solid')};
border-color: ${props =>
@@ -216,6 +216,10 @@
justify-content: center;
align-items: center;
overflow: hidden;
+ @media (max-width: 768px) {
+ right: 0;
+ margin-right: 0;
+ }
transition: ${props =>
props.open
? 'max-height 1000ms ease-in-out , border-color 800ms ease-in-out, border-width 800ms ease-in-out'

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 26, 10:48 (10 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5570938
Default Alt Text
D12354.id.diff (888 B)

Event Timeline