1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-17 15:08:27 +00:00

Properly show all tables on admin for mobile

This commit is contained in:
Gusted
2022-04-27 16:08:03 +02:00
parent e78db22a03
commit a4ed98b544
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
</div> </div>
</h4> </h4>
<div class="ui attached table segment"> <div class="ui attached table segment">
<table class="ui very basic striped table"> <table class="ui very basic striped table unstackable">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>

View File

@@ -30,7 +30,7 @@
</form> </form>
</div> </div>
<div class="ui attached table segment"> <div class="ui attached table segment">
<table class="ui very basic striped table"> <table class="ui very basic striped table unstackable">
<thead> <thead>
<tr> <tr>
<th data-sortt-asc="username" data-sortt-desc="reverseusername"> <th data-sortt-asc="username" data-sortt-desc="reverseusername">

View File

@@ -13,7 +13,7 @@
{{template "admin/base/search" .}} {{template "admin/base/search" .}}
</div> </div>
<div class="ui attached table segment"> <div class="ui attached table segment">
<table class="ui very basic striped table"> <table class="ui very basic striped table unstackable">
<thead> <thead>
<tr> <tr>
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" $.SortType false}}</th> <th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" $.SortType false}}</th>

View File

@@ -29,7 +29,7 @@
</form> </form>
</div> </div>
<div class="ui attached table segment"> <div class="ui attached table segment">
<table class="ui very basic striped table"> <table class="ui very basic striped table unstackable">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>

View File

@@ -13,7 +13,7 @@
{{template "admin/repo/search" .}} {{template "admin/repo/search" .}}
</div> </div>
<div class="ui attached table segment"> <div class="ui attached table segment">
<table class="ui very basic striped table"> <table class="ui very basic striped table unstackable">
<thead> <thead>
<tr> <tr>
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" $.SortType false}}</th> <th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" $.SortType false}}</th>