Deletion of notification services.

This commit is contained in:
Magnus Åhall 2024-06-28 17:18:08 +02:00
parent c7ad2aa1b6
commit a736ae60af
10 changed files with 74 additions and 9 deletions

View file

@ -26,7 +26,7 @@
}
#services {
display: grid;
grid-template-columns: repeat(3, min-content);
grid-template-columns: repeat(4, min-content);
gap: 10px 24px;
background-color: #2979b8;
width: min-content;
@ -41,3 +41,6 @@
#services div {
white-space: nowrap;
}
#services img.delete {
height: 16px;
}

View file

@ -26,7 +26,7 @@
}
#services {
display: grid;
grid-template-columns: repeat(3, min-content);
grid-template-columns: repeat(4, min-content);
gap: 10px 24px;
background-color: #333;
width: min-content;
@ -41,3 +41,6 @@
#services div {
white-space: nowrap;
}
#services img.delete {
height: 16px;
}

View file

@ -39,7 +39,7 @@
#services {
display: grid;
grid-template-columns: repeat(3, min-content);
grid-template-columns: repeat(4, min-content);
gap: 10px 24px;
background-color: @bg3;
width: min-content;
@ -55,4 +55,8 @@
div {
white-space: nowrap;
}
img.delete {
height: 16px;
}
}