1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

Fix position of SpeedDial items in RTL

This commit is contained in:
Safa Alfulaij 2016-06-23 03:15:15 +03:00 committed by David Rosca
parent d168efae9e
commit a79395b0fb

View File

@ -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'
}); });
} }