broadcast fix for safari
This commit is contained in:
parent
707c77aeee
commit
92eec06b6e
|
@ -40,12 +40,13 @@
|
||||||
&:last-of-type
|
&:last-of-type
|
||||||
border-bottom: none
|
border-bottom: none
|
||||||
p
|
p
|
||||||
|
position: relative
|
||||||
margin: .5em 0
|
margin: .5em 0
|
||||||
padding-left: 1.5rem
|
padding-left: 1.5rem
|
||||||
font-size: .9em
|
font-size: .9em
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
a
|
a:not(.icon-close)
|
||||||
display: inline
|
display: block
|
||||||
line-height: 1.45
|
line-height: 1.45
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
@ -56,10 +57,12 @@
|
||||||
height: auto
|
height: auto
|
||||||
|
|
||||||
.icon-close
|
.icon-close
|
||||||
|
position: absolute
|
||||||
|
bottom: 0
|
||||||
|
right: 0
|
||||||
display: inline-block
|
display: inline-block
|
||||||
width: 1.2em
|
width: 1.2em
|
||||||
height: 1.2em
|
height: 1.2em
|
||||||
float: right
|
|
||||||
background:
|
background:
|
||||||
image: inline-image('line-icons/icon-failed.svg')
|
image: inline-image('line-icons/icon-failed.svg')
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
|
|
Loading…
Reference in New Issue
Block a user