mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Notification, Avatar overlaped at mobile view
This commit is contained in:
parent
912200a2ec
commit
26b7137b5c
1 changed files with 19 additions and 2 deletions
|
|
@ -33,10 +33,14 @@
|
||||||
.activity
|
.activity
|
||||||
display: flex
|
display: flex
|
||||||
|
|
||||||
a
|
a.member
|
||||||
margin: 0px 10px 0px 0px
|
margin: 0px 0px 0px -3px
|
||||||
padding: 0px
|
padding: 0px
|
||||||
|
|
||||||
|
svg
|
||||||
|
padding: 3px
|
||||||
|
margin: 0px 0px 0px -3px
|
||||||
|
|
||||||
.activity-desc
|
.activity-desc
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
@ -59,3 +63,16 @@
|
||||||
.remove
|
.remove
|
||||||
a:hover
|
a:hover
|
||||||
color #eb4646 !important
|
color #eb4646 !important
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px)
|
||||||
|
#notifications-drawer
|
||||||
|
.notification
|
||||||
|
.details
|
||||||
|
.activity
|
||||||
|
a.member
|
||||||
|
padding: 12px 10px 12px 10px
|
||||||
|
margin: -10px 0px -10px 0px
|
||||||
|
|
||||||
|
svg
|
||||||
|
padding: 5px
|
||||||
|
margin: 0px 0px 0px -16px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue