mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: improve alignment
This commit is contained in:
parent
8c0041bcda
commit
d8046a395f
@ -569,6 +569,13 @@ iframe {
|
|||||||
top: 30px;
|
top: 30px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@include medium-width {
|
||||||
|
left: 98px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include small-width {
|
||||||
|
left: 94px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.names, .user-title {
|
.names, .user-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user