add: .config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Melvin Ragusa
2026-02-02 14:58:13 +01:00
parent 2bfdc582b0
commit d3d7242351
1121 changed files with 617892 additions and 844 deletions

View File

@@ -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;
}

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1 @@
html,body{overflow:hidden;pointer-events:none}

View File

@@ -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