Finesse cookie consent display

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

View File

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

View File

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