1
Fork 0

fix(compact): update post buttons, #13

This commit is contained in:
Bauke 2019-03-04 13:00:10 +01:00
parent c35a70ea9d
commit 6ecd1d1d67
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
| Name | Version | Applies To | User CSS |
|------|---------|------------|----------|
| Tildes Compact | 1.0.4 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) |
| Tildes Compact | 1.0.6 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) |
| Tildes Dracula | 2.1.3 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) |
## Installing

View File

@ -26,7 +26,7 @@
display: none !important;
}
.post-listing .post-buttons,.post-listing .comment-votes {
.post-listing .btn-post,.post-listing .comment-votes {
display: none !important;
}

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Tildes Compact
@namespace tildes.net
@version 1.0.5
@version 1.0.6
@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
@ -37,7 +37,7 @@
display: none !important;
}
.post-listing .post-buttons,.post-listing .comment-votes {
.post-listing .btn-post,.post-listing .comment-votes {
display: none !important;
}

View File

@ -24,7 +24,7 @@
display: none !important
.post-listing
.post-buttons,
.btn-post,
.comment-votes
display: none !important

View File

@ -4,7 +4,7 @@
"options": {
"name": "Tildes Compact",
"namespace": "tildes.net",
"version": "1.0.5",
"version": "1.0.6",
"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",