|
2 | 2 | <div class="w-100"> |
3 | 3 | <b-navbar toggleable="lg" type="dark" variant="info" :sticky="true" fixed="top" |
4 | 4 | style="position: fixed;background: linear-gradient(-45deg, #9510b2 1%, #4eabf7 48%, #fbbe8d);"> |
5 | | - <b-navbar-brand><img width="22px" src="/images/logo48.png"/> Smart2FA</b-navbar-brand> |
| 5 | + <b-navbar-brand><img width="22px" src="images/logo48.png"/> Smart2FA</b-navbar-brand> |
6 | 6 |
|
7 | 7 | <b-navbar-toggle target="nav-collapse"></b-navbar-toggle> |
8 | 8 |
|
|
35 | 35 | </b-navbar-nav> |
36 | 36 | </b-collapse> |
37 | 37 | </b-navbar> |
38 | | - <vue-snotify></vue-snotify> |
| 38 | + |
39 | 39 | <!--{{storedKeys}}--> |
40 | 40 | <div v-if="op === 'importKeys'" |
41 | | - style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 4% !important; margin: 0 !important; "> |
| 41 | + style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 4% !important; margin: 0 !important; z-index: 200000;"> |
42 | 42 | <QrScanImport2fa |
43 | 43 | style="margin-left: auto; margin-right: auto; width:250px; height:250px; border: solid 2px #333;margin-top: 50px;"/> |
44 | 44 | <div style="margin-left: auto; margin-right: auto;width:25px;margin-bottom: 5px; margin-top: 10px;"> |
|
47 | 47 | </div> |
48 | 48 |
|
49 | 49 | <div v-if="op === 'addKeyIn'" |
50 | | - style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 1% !important; margin: 0 !important; "> |
| 50 | + style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 1% !important; margin: 0 !important;z-index: 200000; "> |
51 | 51 | <AddNewKeyIn style="margin-left: auto; margin-right: auto; width:100%; margin-top: 80px;"/> |
52 | 52 | <div style="margin-left: auto; margin-right: auto;width:25px;margin-bottom: 5px; margin-top: 10px;"> |
53 | 53 | <b-button @click="op = 'home'" :pill="true" variant="info">X</b-button> |
54 | 54 | </div> |
55 | 55 | </div> |
56 | 56 |
|
57 | 57 | <div v-if="op === 'addKeyQR'" |
58 | | - style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 4% !important; margin: 0 !important; "> |
| 58 | + style="backdrop-filter: blur(4px); background: rgba(43,68,87,0.63); width: 100%; height: 100vh; position: absolute; top:0; padding: 4% !important; margin: 0 !important;z-index: 200000; "> |
59 | 59 | <AddNewKeyQr |
60 | 60 | style="margin-left: auto; margin-right: auto; width:250px; height:250px; border: solid 2px #333;margin-top: 50px;"/> |
61 | 61 | <div style="margin-left: auto; margin-right: auto;width:25px;margin-bottom: 5px; margin-top: 10px;"> |
|
0 commit comments