mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Avatar in issue view is positioned incorrectly in RTL text direction (#43509).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24160 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cdc8bc5ec5
commit
f3fbb8a7e9
@ -1928,8 +1928,11 @@ svg.svg-loader {
|
||||
.contextual>*:not(:first-child), .buttons>.icon:not(:first-child), .contextual .journal-actions>*:not(:first-child) { margin-left: 5px; }
|
||||
|
||||
div.issue .avatar {
|
||||
float: left;
|
||||
margin: 0 12px 6px 0;
|
||||
float: inline-start;
|
||||
margin-top: 0;
|
||||
margin-bottom: 6px;
|
||||
margin-inline-start: 0;
|
||||
margin-inline-end: 12px;
|
||||
}
|
||||
|
||||
div.avatar-with-child {
|
||||
@ -1939,7 +1942,7 @@ div.avatar-with-child {
|
||||
div.avatar-with-child > .avatar:nth-child(2) {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 30px;
|
||||
inset-inline-start: 30px;
|
||||
border-radius: 20%;
|
||||
border: 2px solid rgba(var(--oc-white-rgb), 0.9);
|
||||
}
|
||||
|
||||
@ -345,11 +345,6 @@ svg.icon-svg.icon-rtl {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
div.issue img.gravatar {
|
||||
float: right;
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
div.issue table img.gravatar {
|
||||
float: right;
|
||||
margin: 0 0em 0 0.5em;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user