mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fix position of SpeedDial items in RTL
This commit is contained in:
parent
d168efae9e
commit
a79395b0fb
@ -445,7 +445,7 @@ function enableCentering()
|
|||||||
function disableCentering()
|
function disableCentering()
|
||||||
{
|
{
|
||||||
$('#quickdial div.entry').css({
|
$('#quickdial div.entry').css({
|
||||||
float: 'left',
|
float: '%LEFT_STR%',
|
||||||
display: 'block'
|
display: 'block'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user