Copied tooptip did only work at mobile view, now on desktop view too

This commit is contained in:
Martin Filser 2021-11-19 14:11:10 +01:00
parent 8bf3841e6c
commit 2566286e86

View file

@ -76,6 +76,12 @@ avatar-radius = 50%
box-shadow: 0 0 0 2px darken(white, 60%) inset
// Other card details
.copied-tooltip
display: none
padding: 0px 10px;
background-color: #000000df;
color: #fff;
border-radius: 5px;
.card-details
padding: 0
@ -242,13 +248,6 @@ avatar-radius = 50%
.activities
padding-top: 10px
.pop-over
.copied-tooltip
display: none
padding: 0px 10px;
background-color: #000000df;
color: #fff;
border-radius: 5px;
@media screen and (min-width: 801px)
.card-details-maximized
padding: 0