chore: bump version and rebuild styles
This commit is contained in:
parent
bb54f4c4ba
commit
a1c882a611
|
@ -7,7 +7,7 @@
|
||||||
| Name | Version | Applies To | User CSS |
|
| Name | Version | Applies To | User CSS |
|
||||||
|------|---------|------------|----------|
|
|------|---------|------------|----------|
|
||||||
| Tildes Compact | 1.0.7 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) |
|
| Tildes Compact | 1.0.7 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) |
|
||||||
| Tildes Dracula | 2.1.5 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) |
|
| Tildes Dracula | 2.1.6 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) |
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
@supportURL https://gitlab.com/Bauke/styles/issues
|
@supportURL https://gitlab.com/Bauke/styles/issues
|
||||||
@license MIT
|
@license MIT
|
||||||
==/UserStyle== */
|
==/UserStyle== */
|
||||||
@-moz-document domain(tildes.net) {
|
@-moz-document domain("tildes.net") {
|
||||||
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{display:none !important}.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .btn-post,.post-listing .comment-votes{display:none !important}.post-listing>li{margin-bottom:unset !important}
|
.topic-listing .topic-text-excerpt,.post-listing .topic-text-excerpt{display:none !important}.topic-listing .topic-metadata,.post-listing .topic-metadata{display:inline-flex !important;height:1.3em !important;max-width:200px !important;overflow:hidden !important;white-space:nowrap !important}.topic-listing .topic-metadata .topic-tags li,.post-listing .topic-metadata .topic-tags li{display:none !important}.topic-listing .topic-metadata .topic-tags li:nth-child(-n+3),.post-listing .topic-metadata .topic-tags li:nth-child(-n+3){display:inherit !important}.topic-listing .topic-info,.post-listing .topic-info{width:500px !important}.topic-listing .topic-info .user-label,.post-listing .topic-info .user-label{display:none !important}.post-listing .btn-post,.post-listing .comment-votes{display:none !important}.post-listing>li{margin-bottom:unset !important}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "tildes-dracula",
|
"name": "tildes-dracula",
|
||||||
"version": "2.1.5",
|
"version": "2.1.6",
|
||||||
"usercss": {
|
"usercss": {
|
||||||
"name": "Tildes Dracula",
|
"name": "Tildes Dracula",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "2.1.5",
|
"version": "2.1.6",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Dracula theme for Tildes.net",
|
"description": "Dracula theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
Loading…
Reference in New Issue