mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 07:05:36 +08:00
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%);
|
background-color: lighten($yellow, 40%);
|
||||||
border: 1px solid darken($yellow, 5%);
|
border: 1px solid darken($yellow, 10%);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
position: absolute;
|
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 {
|
#reply-control {
|
||||||
.toggle-preview, .saving-draft {
|
.toggle-preview, .saving-draft {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user