Jaussoin Timothée
12 years ago
2 changed files with
4 additions and
2 deletions
-
app/widgets/Chat/chat.css
-
app/widgets/Notification/notification.css
|
|
@ -1,7 +1,7 @@ |
|
|
|
#chats { |
|
|
|
position: fixed; |
|
|
|
bottom: -2px; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
padding-right: 0.5em; |
|
|
|
z-index: 3; |
|
|
|
overflow-x: auto; |
|
|
@ -12,7 +12,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
#chats .filler { |
|
|
|
width: 210px; |
|
|
|
width: 200px; |
|
|
|
height: 0; |
|
|
|
background-color: red; |
|
|
|
display: inline-block; |
|
|
|
|
|
@ -3,6 +3,8 @@ |
|
|
|
bottom: 0px; |
|
|
|
left: 0px; |
|
|
|
z-index: 5; |
|
|
|
|
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
|
|
|
|
#notification .notif { |
|
|
|