diff options
author | Mario <mario@mariovavti.com> | 2024-06-26 10:27:13 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-26 10:27:13 +0000 |
commit | a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28 (patch) | |
tree | dccfb47b474b856c3fe1183603fee0311c7cf19e | |
parent | de992452ee3f6392fa7eb8d3dbac0c1dd2e32b00 (diff) | |
download | volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.tar.gz volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.tar.bz2 volse-hubzilla-a50b3181ad76f682fcb4ff60c4cc5ae2083f9c28.zip |
make sure we get a scrollbar if everything else breaks and remove some unused css
-rw-r--r-- | view/theme/redbasic/css/style.css | 19 | ||||
-rw-r--r-- | view/tpl/admin_accounts.tpl | 2 | ||||
-rw-r--r-- | view/tpl/admin_channels.tpl | 2 |
3 files changed, 2 insertions, 21 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0fc158108..53d164482 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -895,25 +895,6 @@ a .drop-icons:hover { list-style-type: none; } -table { - border-spacing: 2px; - max-width: 100%; -} - -th,td { - padding: 3px; -} - -#channels > tbody > tr > td, #users > tbody > tr > td { - max-width: 19.4em; - overflow: hidden; -} - -/* mail */ - -img.mail-conv-sender-photo { - border-radius: var(--bs-border-radius); -} /* jot */ diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 1f5617f00..4e2b79876 100644 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper-styled" id="adminpage"> +<div class="generic-content-wrapper-styled table-responsive" id="adminpage"> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/accounts" method="post"> diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl index 75db77593..19b3c292f 100644 --- a/view/tpl/admin_channels.tpl +++ b/view/tpl/admin_channels.tpl @@ -10,7 +10,7 @@ return false; } </script> -<div class = "generic-content-wrapper-styled" id='adminpage'> +<div class="generic-content-wrapper-styled table-responsive" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/channels" method="post"> |