Finesse cookie consent display
This commit is contained in:
parent
0ccb62ce3c
commit
0130f7412d
@ -158,7 +158,7 @@ table.dataTable {
|
||||
|
||||
#dismiss-cookie-alert {
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.alert-db-empty {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user