Migliorata gestione e visualizzazione notifiche
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
.container-notifications {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding: .2rem 0 75px 0;
|
||||
}
|
||||
|
||||
.list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.container-notifications::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
.container-notifications::-webkit-scrollbar-thumb {
|
||||
background: #bbb;
|
||||
border-radius: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user