We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dabf439 + 0be5cce commit 65e9dd6Copy full SHA for 65e9dd6
2 files changed
web/static/css/plex-theme.css
@@ -2824,12 +2824,6 @@ footer .version {
2824
th, td {
2825
padding: 0.625rem 0.75rem;
2826
}
2827
-
2828
- /* Hide checkbox column on mobile for better spacing */
2829
- table th:first-child,
2830
- table td:first-child {
2831
- display: none;
2832
- }
2833
2834
2835
/* Desktop theme toggle position */
web/templates/logs/viewer.html
@@ -108,7 +108,7 @@ <h1>Logs</h1>
108
<span>Aa</span>
109
</label>
110
</div>
111
- <div class="flex items-center gap-1">
+ <div class="flex flex-wrap items-center gap-1">
112
<div class="time-range-inputs">
113
<input type="time" id="time-from" step="1" title="From time" placeholder="From">
114
<span class="text-muted">–</span>
0 commit comments