mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
feat(client/rtl): handle float
This commit is contained in:
@@ -339,7 +339,7 @@ button kbd {
|
|||||||
|
|
||||||
.ui-menu kbd {
|
.ui-menu kbd {
|
||||||
margin-inline-start: 30px;
|
margin-inline-start: 30px;
|
||||||
float: right;
|
float: inline-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.suppressed {
|
.suppressed {
|
||||||
@@ -841,7 +841,7 @@ table.promoted-attributes-in-tooltip th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-inner figure.image-style-side {
|
.tooltip-inner figure.image-style-side {
|
||||||
float: right;
|
float: inline-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.show {
|
.tooltip.show {
|
||||||
@@ -916,7 +916,7 @@ table.promoted-attributes-in-tooltip th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.help-button {
|
.help-button {
|
||||||
float: right;
|
float: inline-end;
|
||||||
background: none;
|
background: none;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
color: orange;
|
color: orange;
|
||||||
|
|||||||
Reference in New Issue
Block a user