mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix comment bubble position in rich text
This commit is contained in:
parent
7b6689b4f1
commit
a685f4601f
@ -182,7 +182,7 @@ body.cp-app-pad {
|
||||
.fa {
|
||||
margin: 0 !important;
|
||||
}
|
||||
right: 20px;
|
||||
left: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
@ -204,7 +204,8 @@ body.cp-app-pad {
|
||||
&.cke_body_width {
|
||||
div.cp-comment-bubble {
|
||||
button {
|
||||
right: 0px;
|
||||
right: -10px;
|
||||
left: unset;
|
||||
}
|
||||
}
|
||||
iframe {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user