mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Changed buttons on series/logs views to look less cramped
This commit is contained in:
@@ -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
|
||||
}));
|
||||
|
Reference in New Issue
Block a user