Skip to content

Commit 65e9dd6

Browse files
Merge pull request #188 from Brandon-Haney/fix/issue-187-mobile-responsiveness
2 parents dabf439 + 0be5cce commit 65e9dd6

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

web/static/css/plex-theme.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,12 +2824,6 @@ footer .version {
28242824
th, td {
28252825
padding: 0.625rem 0.75rem;
28262826
}
2827-
2828-
/* Hide checkbox column on mobile for better spacing */
2829-
table th:first-child,
2830-
table td:first-child {
2831-
display: none;
2832-
}
28332827
}
28342828

28352829
/* Desktop theme toggle position */

web/templates/logs/viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1>Logs</h1>
108108
<span>Aa</span>
109109
</label>
110110
</div>
111-
<div class="flex items-center gap-1">
111+
<div class="flex flex-wrap items-center gap-1">
112112
<div class="time-range-inputs">
113113
<input type="time" id="time-from" step="1" title="From time" placeholder="From">
114114
<span class="text-muted">&ndash;</span>

0 commit comments

Comments
 (0)