mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Changed buttons on series/logs views to look less cramped
This commit is contained in:
@@ -72,7 +72,7 @@ define(
|
||||
|
||||
_showToolbar: function () {
|
||||
|
||||
var rightSideButtons = {
|
||||
var leftSideButtons = {
|
||||
type : 'default',
|
||||
storeState: false,
|
||||
items :
|
||||
@@ -95,9 +95,9 @@ define(
|
||||
};
|
||||
|
||||
this.toolbar.show(new ToolbarLayout({
|
||||
right :
|
||||
left :
|
||||
[
|
||||
rightSideButtons
|
||||
leftSideButtons
|
||||
],
|
||||
context: this
|
||||
}));
|
||||
|
Reference in New Issue
Block a user