mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Removed line height for progress bar.
Commands column width now wider
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.ui-progressbar-value
|
||||
@@ -36,7 +35,6 @@
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
color: white;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Set the row height so it won't resize when the progress bar is created */
|
||||
@@ -77,7 +75,7 @@
|
||||
<th style="width: 100px">Episodes</th>
|
||||
|
||||
@*Commands Column*@
|
||||
<th style="width: 80px"></th>
|
||||
<th style="width: 90px"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Reference in New Issue
Block a user