mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
* Automatically display the overlay when the card details is opened (previously we waited for the mouse to enter the card details panel) * Improve the design of the minicards badges * Change the minicard background when it is hovered or selected * Removes unimplemented features links from the UI * Fix the board canvas position when the sidebar is open (was hidden behind) Fixes #215
29 lines
528 B
Stylus
29 lines
528 B
Stylus
.activities
|
|
clear: both
|
|
|
|
.activity
|
|
margin: 10px 0
|
|
display: flex
|
|
|
|
.member
|
|
width: 24px
|
|
height: @width
|
|
|
|
.activity-desc
|
|
flex: 1
|
|
align-self: center
|
|
margin: 0
|
|
margin-left: 3px
|
|
|
|
.activity-comment
|
|
display: block
|
|
border-radius: 3px
|
|
background: white
|
|
text-decoration: none
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.2)
|
|
margin-top: 5px
|
|
padding: 5px
|
|
|
|
.activity-meta
|
|
font-size: 0.8em
|
|
color: darken(white, 40%)
|