Automatic table layout
This commit is contained in:
@ -14,8 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improve disabled checkbox/radio styling.
|
- Improve disabled checkbox/radio styling.
|
||||||
- Increased hover scale of aside images.
|
- Increase hover scale of aside images.
|
||||||
- Rotate comment actions to the obbosite direction for RTL languages.
|
- 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.
|
- Scale up the blurred article banner in article list on hover.
|
||||||
- Simplify prev/next post nav styles.
|
- Simplify prev/next post nav styles.
|
||||||
- Use decimals instead of percents (again).
|
- Use decimals instead of percents (again).
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
// TABLE
|
|
||||||
table {
|
table {
|
||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
|
Reference in New Issue
Block a user