diff --git a/icons/credits b/icons/credits index 76fb91e4..caf52e34 100644 --- a/icons/credits +++ b/icons/credits @@ -49,3 +49,7 @@ CC0 unchecked.svg (edited) https://www.svgrepo.com/svg/188772/unchecked-cross CC0 + +warning.svg (edited) +https://www.svgrepo.com/svg/177809/warning-signs +CC0 diff --git a/icons/warning.svg b/icons/warning.svg new file mode 100644 index 00000000..08ac280c --- /dev/null +++ b/icons/warning.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/pages/popup/popup.css b/pages/popup/popup.css index e8af89b5..447dc715 100644 --- a/pages/popup/popup.css +++ b/pages/popup/popup.css @@ -68,6 +68,7 @@ footer { justify-content: space-between; overflow: hidden; padding: 8px 15px; + width: 100%; } #testing-utility { @@ -337,8 +338,8 @@ footer { width: 100%; } -.div-missind-permission { - background-color: #d3d3d3; +.div-missing-permission { + text-align: center; padding: 10px; } @@ -351,11 +352,20 @@ footer { font-size: 12px; padding: 5px 10px; width: fit-content; + float: none; } -.div-btn-case-permission { - display: flex; - justify-content: space-around; +.missing-permission-buttons { + display: flex; + justify-content: center; +} + +.warning-icon { + width: 3em; +} + +#grant-permission { + margin-left: 0; } diff --git a/pages/popup/popup.html b/pages/popup/popup.html index 746b2d35..ff4f0571 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -25,12 +25,13 @@ -