Finesse cookie consent display

This commit is contained in:
Vivek Santayana 2021-12-07 07:09:28 +00:00
parent a6a85492de
commit 27a62b5611
2 changed files with 6 additions and 2 deletions

View File

@ -158,7 +158,7 @@ table.dataTable {
#dismiss-cookie-alert {
margin-top: 16px;
width: 100%;
width: fit-content;
}
.alert-db-empty {

View File

@ -4,9 +4,13 @@ body {
font-size: 14pt;
}
#cookie-alert {
padding-right: 16px;
}
#dismiss-cookie-alert {
margin-top: 16px;
width: 100%;
width: fit-content;
}
.button-container {