Add border radius to notification element

This commit is contained in:
Hepatica
2024-01-28 00:03:29 +01:00
parent 736fb37cb4
commit a57b4f4de0

View File

@@ -2,10 +2,11 @@
position: absolute;
top: 0%;
left: 34%;
background: #262C48;
background: #232630;
width: 20%;
height: 5%;
z-index: 1000;
border-radius: 10px;
}
.notification__content {