From 010eb3b6c8269e44189089466cf32153daec9054 Mon Sep 17 00:00:00 2001 From: daudix Date: Fri, 20 Sep 2024 22:00:57 +0300 Subject: [PATCH] Automatic table layout --- CHANGELOG.md | 5 +++-- sass/_table.scss | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4294a53..8b8bbfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improve disabled checkbox/radio styling. -- Increased hover scale of aside images. -- Rotate comment actions to the obbosite direction for RTL languages. +- Increase hover scale of aside images. +- Make the table layout automatic. +- Rotate comment actions to the opposite direction for RTL languages. - Scale up the blurred article banner in article list on hover. - Simplify prev/next post nav styles. - Use decimals instead of percents (again). diff --git a/sass/_table.scss b/sass/_table.scss index 811dba2..43d703e 100644 --- a/sass/_table.scss +++ b/sass/_table.scss @@ -1,11 +1,9 @@ -// TABLE table { box-shadow: var(--edge-highlight); border-radius: var(--rounded-corner); border-collapse: collapse; background-color: var(--fg-muted-1); width: 100%; - table-layout: fixed; overflow: hidden; tr {