forked from 0x2620/pandora
use border radius for icon lists with frame icons
This commit is contained in:
parent
2482f30a41
commit
df2ec09e50
3 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ pandora.ui.browser = function() {
|
|||
});
|
||||
} else {
|
||||
var that = Ox.IconList({
|
||||
borderRadius: pandora.user.ui.icons == 'posters' ? 0 : 8,
|
||||
centered: true,
|
||||
defaultRatio: pandora.user.ui.icons == 'posters' ? 5/8 : 1,
|
||||
id: 'list',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue