mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:49:16 +02:00
Make table scrollables (and improve their resizing)
This commit is contained in:
parent
28aca23d8d
commit
1a20223c38
8 changed files with 232 additions and 206 deletions
|
@ -5,7 +5,7 @@
|
|||
</header>
|
||||
<section class="scrolling content">
|
||||
<table
|
||||
class="ui compact collapsing basic fixed single line table"
|
||||
class="ui compact collapsing basic table"
|
||||
v-for="section in sections"
|
||||
:key="section.title">
|
||||
<caption>{{ section.title }}</caption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue