@@ -0,0 +1,36 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
min-width: 100vw;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
autofill-inline-menu-button {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.inline-menu-button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
border: none;
|
||||
background: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inline-menu-button .inline-menu-button-svg-icon {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><title>Bitwarden inline menu button</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="color-scheme" content="normal"/><script defer="defer" src="../overlay/menu-button.js"></script><link href="../overlay/menu-button.css" rel="stylesheet"></head><body><autofill-inline-menu-button></autofill-inline-menu-button></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><title>Bitwarden vault</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="color-scheme" content="normal"/><script defer="defer" src="../overlay/menu-list.js"></script><link href="../overlay/menu-list.css" rel="stylesheet"></head><body><autofill-inline-menu-list></autofill-inline-menu-list></body></html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
html,body{overflow:hidden;pointer-events:none}
|
||||
@@ -0,0 +1 @@
|
||||
<!doctype html><html lang="en"><head><title>Bitwarden inline menu</title><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="color-scheme" content="normal"/><script defer="defer" src="../overlay/menu.js"></script><link href="../overlay/menu.css" rel="stylesheet"></head><body></body></html>
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user