1
Fork 0

fix(compact): reduce margin-bottom size on profile list items

This commit is contained in:
Bauke 2019-02-20 15:23:20 +01:00
parent 713e27dcf3
commit ba68de1fa0
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 24 additions and 3 deletions

View File

@ -1,9 +1,19 @@
# Tildes Compact
> Removes some elements and changes some sizes to make the [Tildes.net](https://tildes.net) layout a little more compact.
> Hides some elements and changes some sizes to make the [Tildes.net](https://tildes.net) layout a little more compact.
<img style="display: block; margin: 0 auto;" src="img/tildes-compact-144x144.png">
## Changes
- Resizes the topic info (X comments, domain/user, date posted) width to 500px.
- Reduces the bottom margin of topics and comments on your profile to 0.4rem.
- Reduces the width of total tags to be displayed to 200px.
- Hides all but the first 3 tags of a topic, if their total width is less than 200px.
- Hides the topic text excerpt from the topic listing.
- Hides the Tildes Extended user labels on the topic listing.
- Hides the post buttons (vote/edit/label/...) buttons and amount of votes of comments on your profile.
## Installing
To install this theme, check out [the Wiki](https://gitlab.com/Bauke/styles/wikis/Installing-Styles).

View File

@ -29,3 +29,7 @@
.post-listing .post-buttons,.post-listing .comment-votes {
display: none !important;
}
.post-listing>li {
margin-bottom: unset !important;
}

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Tildes Compact
@namespace tildes.net
@version 1.0.4
@version 1.0.5
@author Bauke
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
@homepageURL https://gitlab.com/Bauke/styles
@ -40,4 +40,8 @@
.post-listing .post-buttons,.post-listing .comment-votes {
display: none !important;
}
.post-listing>li {
margin-bottom: unset !important;
}
}

View File

@ -27,3 +27,6 @@
.post-buttons,
.comment-votes
display: none !important
> li
margin-bottom: unset !important

View File

@ -4,7 +4,7 @@
"options": {
"name": "Tildes Compact",
"namespace": "tildes.net",
"version": "1.0.4",
"version": "1.0.5",
"author": "Bauke",
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
"homepageURL": "https://gitlab.com/Bauke/styles",