mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Minor CSS Tweaks to Logo and Actions Buttons
This commit is contained in:
parent
21bc18dd2a
commit
c940a03847
@ -12,7 +12,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 0 0 $sidebarWidth;
|
flex: 0 0 $sidebarWidth;
|
||||||
padding-left: 35px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logoFull,
|
.logoFull,
|
||||||
@ -21,6 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logoFull {
|
.logoFull {
|
||||||
|
margin-left: 15px;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
@ -80,5 +80,5 @@
|
|||||||
.actions {
|
.actions {
|
||||||
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
||||||
|
|
||||||
flex: 0 1 120px;
|
flex: 0 1 90px;
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
.actions {
|
.actions {
|
||||||
composes: cell;
|
composes: cell;
|
||||||
|
|
||||||
flex: 0 1 120px;
|
flex: 0 1 90px;
|
||||||
min-width: 90px;
|
min-width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -98,5 +98,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.externalLinks {
|
.externalLinks {
|
||||||
margin-right: 2px;
|
margin: 0 2px;
|
||||||
|
width: 22px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user