Add border to rest of the tab space (#215)

* add border to rest of the tab space

* All tabs should be False

* slugify div ids

* bottom padding for horizontal

* do not show solo tabs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* use properties over attribute

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* rename id to class

* scrollbar shenanigans

* rename tag

* wip : button weirdness in safari

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: vaz <vmohan@lenbox.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Vasanth
2022-11-30 15:33:59 +01:00
committed by GitHub
parent a76de04a8b
commit 07dcb77b88
5 changed files with 41 additions and 9 deletions
@@ -18,6 +18,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="theme",
name="show_inlines_as_tabs",
field=models.BooleanField(default=True, verbose_name="inlines as tabs"),
field=models.BooleanField(default=False, verbose_name="inlines as tabs"),
),
]