Slightly offset the second popup if two are on at once
This commit is contained in:
parent
dd5885bf12
commit
be01e7be60
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
background-color: lighten($yellow, 40%);
|
||||
border: 1px solid darken($yellow, 5%);
|
||||
border: 1px solid darken($yellow, 10%);
|
||||
padding: 10px;
|
||||
width: 600px;
|
||||
position: absolute;
|
||||
|
@ -34,6 +34,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
#similar-topics {
|
||||
background-color: #b5e8fd;
|
||||
border: 1px solid darken(#b5e8fd, 10%);
|
||||
|
||||
a[href] {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.composer-popup:nth-of-type(2) {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#reply-control {
|
||||
.toggle-preview, .saving-draft {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue