This commit is contained in:
Aevann1 2021-12-11 02:54:33 +02:00
parent 309c01508b
commit c21c85ed2b
2 changed files with 2 additions and 2 deletions

View file

@ -682,7 +682,7 @@
} }
.popover { .popover {
max-width: 90%; max-width: 50%;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
border-color: #dadada; border-color: #dadada;
} }

View file

@ -575,7 +575,7 @@
<style> <style>
.popover { .popover {
max-width: 90%; max-width: 50%;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
border-color: #dadada; border-color: #dadada;
} }