From e65b57cdbf5d649ca344bb32e60ea639992b545c Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 7 Mar 2025 13:08:05 -0600 Subject: [PATCH] tables: Remove unnecessary styles that interfere with centering. --- web/styles/app_components.css | 2 -- web/styles/recent_view.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 8f6564376f..d019471c63 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -783,8 +783,6 @@ input.settings_text_input { &[data-sort]:hover::after { content: " \f0d8"; white-space: pre; - display: inline-block; - position: absolute; padding-top: 3px; font: normal normal normal 12px/1 FontAwesome; font-size: inherit; diff --git a/web/styles/recent_view.css b/web/styles/recent_view.css index d788edf412..681b07be32 100644 --- a/web/styles/recent_view.css +++ b/web/styles/recent_view.css @@ -400,8 +400,6 @@ &[data-sort]:hover::after { content: " \f0d8"; white-space: pre; - display: inline-block; - position: absolute; padding-top: 3px; font: normal normal normal 12px/1 FontAwesome; font-size: inherit;