]> git.mxchange.org Git - friendica.git/commitdiff
make logs table straight, don't use grid for table body
authorHannes Heute <haheute@posteo.de>
Thu, 4 Jul 2024 12:35:03 +0000 (14:35 +0200)
committerHannes Heute <haheute@posteo.de>
Thu, 4 Jul 2024 12:58:35 +0000 (14:58 +0200)
view/theme/frio/css/style.css
view/theme/frio/templates/admin/logs/view.tpl

index 9007cb5e54c26599915038c91d2596bd882cf982..5e1df81be043aa284f9e93c06e4d1b4d84676910 100644 (file)
@@ -3327,22 +3327,31 @@ li.addon {
 #adminpage h2 {
        word-break: break-all;
 }
-#adminpage .table-logs-grid thead tr {
+#adminpage .table-logs thead tr {
        display: grid;
        grid-auto-flow: row;
 }
-@media (min-width: 600px) {
-       #adminpage .table-logs-grid thead tr {
-               grid-auto-flow: column;
-       }
+#adminpage .table-logs tbody {
+       display: table;
+       width: 100%;
+       table-layout: fixed;
 }
-#adminpage .table-logs-grid tbody {
-       display: grid;
+#adminpage .table-logs td {
+       word-break: break-word;
+}
+#adminpage .table-logs td.log-message {
+       width: 40%;
 }
-#adminpage td.log-message,
 #logdetail td.log-message {
        width: 80%;
-       word-break: break-word;
+}
+@media (min-width: 600px) {
+       #adminpage .table-logs thead tr {
+               grid-auto-flow: column;
+       }
+       #adminpage .table-logs td.log-message {
+               width: 60%;
+       }
 }
 #admin-users #users tr.blocked {
        background-color: #f8efc0;
index ffeb1671ca2cd500e8b9956ac911691d74692b2a..dc0fda4919bfd75fee66446bab364afee3ab66ef 100644 (file)
@@ -22,7 +22,7 @@
                        </div>
                </form>
 
-               <table class="table table-hover table-logs-grid">
+               <table class="table table-hover table-logs">
                        <thead>
                                <tr>
                                        <th>{{$l10n.Date}}</th>