Merge pull request #3523 from mfilser/notifications_overlap_avatar_mobile_view

Notifications avatar overlaped at mobile view
This commit is contained in:
Lauri Ojansivu 2021-02-03 01:49:32 +02:00 committed by GitHub
commit 4d7de2adce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
.notification
display: flex
float: none
padding: 12px 8px 8px
padding: 15px 8px 8px
color: black
border-bottom: 1px solid #dbdbdb
@ -14,6 +14,7 @@
.read-status
width: 30px
padding: 0px 10px 0px 0px
input
width: 24px
@ -28,17 +29,19 @@
color: #bbb
.details
width: calc(100% - 30px)
.activity
display: flex
a
margin: 0px 10px 0px 0px
a.member
margin: 0px 0px 0px 0px
padding: 0px
svg
padding: 3px
.activity-desc
width: 100%;
margin: 0px 0px 0px 5px
.activity-comment
display: block
@ -59,3 +62,14 @@
.remove
a:hover
color #eb4646 !important
@media screen and (max-width: 800px)
#notifications-drawer
.notification
height: auto
.details
.activity
a.member
height: 36px
width: 36px