fix(compact): update post buttons, #13
This commit is contained in:
parent
c35a70ea9d
commit
6ecd1d1d67
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
| Name | Version | Applies To | User CSS |
|
| 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) |
|
| 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
|
## Installing
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .post-buttons,.post-listing .comment-votes {
|
.post-listing .btn-post,.post-listing .comment-votes {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Compact
|
@name Tildes Compact
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 1.0.5
|
@version 1.0.6
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
|
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-listing .post-buttons,.post-listing .comment-votes {
|
.post-listing .btn-post,.post-listing .comment-votes {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
display: none !important
|
display: none !important
|
||||||
|
|
||||||
.post-listing
|
.post-listing
|
||||||
.post-buttons,
|
.btn-post,
|
||||||
.comment-votes
|
.comment-votes
|
||||||
display: none !important
|
display: none !important
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Compact",
|
"name": "Tildes Compact",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
|
"description": "Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
Loading…
Reference in New Issue