mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
parent
c7baa66de2
commit
40a15d59e0
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
||||||
composes: link from '~Components/Link/Link.css';
|
composes: link from '~Components/Link/Link.css';
|
||||||
|
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
width: $toolbarButtonWidth;
|
min-width: $toolbarButtonWidth;
|
||||||
|
width: min-content;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue