mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
[UI Work] Add Overview Artist Index View
This commit is contained in:
@@ -36,8 +36,10 @@ module.exports = {
|
||||
progressBarLargeHeight: '20px',
|
||||
|
||||
// Jump Bar
|
||||
jumpBarItemHeight: '25px'
|
||||
|
||||
// Series
|
||||
jumpBarItemHeight: '25px',
|
||||
|
||||
// Artist
|
||||
artistIndexColumnPadding: '20px',
|
||||
artistIndexColumnPaddingSmallScreen: '10px',
|
||||
artistIndexOverviewInfoRowHeight: '21px'
|
||||
};
|
||||
|
||||
@@ -7,5 +7,7 @@ module.exports = {
|
||||
extraSmallFontSize: '11px',
|
||||
smallFontSize: '12px',
|
||||
defaultFontSize: '14px',
|
||||
largeFontSize: '16px'
|
||||
largeFontSize: '16px',
|
||||
|
||||
lineHeight: '1.528571429'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user