mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Changed buttons on series/logs views to look less cramped
This commit is contained in:
parent
9515c28729
commit
298837f96a
6 changed files with 64 additions and 25 deletions
|
@ -125,7 +125,7 @@ define(
|
|||
]
|
||||
};
|
||||
|
||||
var rightSideButtons = {
|
||||
var leftSideButtons = {
|
||||
type : 'default',
|
||||
storeState: false,
|
||||
items :
|
||||
|
@ -146,10 +146,13 @@ define(
|
|||
};
|
||||
|
||||
this.toolbar.show(new ToolbarLayout({
|
||||
right :
|
||||
left :
|
||||
[
|
||||
filterButtons,
|
||||
rightSideButtons
|
||||
leftSideButtons
|
||||
],
|
||||
right :
|
||||
[
|
||||
filterButtons
|
||||
],
|
||||
context: this
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue