Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711190
D12354.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
888 B
Subscribers
None
D12354.id.diff
View Options
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
Details
Attached
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)
Attached To
D12354: [Cashtab Extension] fixed roaming nav menu when extension popped out
Event Timeline
Log In to Comment