mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Merge pull request #3516 from mfilser/notifications_overlap_avatar
Avatar overlaped notifications
This commit is contained in:
commit
1e71237627
3 changed files with 9 additions and 4 deletions
|
|
@ -176,6 +176,7 @@
|
|||
border-radius: 50%
|
||||
height: 28px
|
||||
width: @height
|
||||
margin: 0px 0px 4px 0px
|
||||
|
||||
.assignee
|
||||
float: right
|
||||
|
|
|
|||
|
|
@ -33,6 +33,10 @@
|
|||
.activity
|
||||
display: flex
|
||||
|
||||
a
|
||||
margin: 0px 10px 0px 0px
|
||||
padding: 0px
|
||||
|
||||
.activity-desc
|
||||
width: 100%;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ belize = #2980b9
|
|||
|
||||
section#notifications-drawer
|
||||
position: fixed
|
||||
top: 28px
|
||||
top: 48px
|
||||
right: 0
|
||||
width: 400px
|
||||
background-color: #fafafa
|
||||
|
|
@ -17,7 +17,7 @@ section#notifications-drawer
|
|||
|
||||
.header
|
||||
position: fixed
|
||||
top 28px
|
||||
top 48px
|
||||
right 0
|
||||
width calc(400px - 32px)
|
||||
padding: 8px 16px
|
||||
|
|
@ -63,7 +63,7 @@ section#notifications-drawer
|
|||
|
||||
ul.notifications
|
||||
display: block
|
||||
padding: 0px 16px
|
||||
padding: 0px 16px 0px 16px
|
||||
margin: 0
|
||||
height: calc(100vh - 102px)
|
||||
height: calc(100vh - 122px)
|
||||
overflow-y: scroll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue