1
Fork 0
userstyles/css/tildes-compact/tildes-compact.user.css

50 lines
1.3 KiB
CSS
Raw Normal View History

2018-06-15 08:51:02 +00:00
/* ==UserStyle==
@name Tildes Compact
@namespace tildes.net
2020-04-30 00:47:58 +00:00
@version 1.0.9
2018-06-15 08:51:02 +00:00
@author Bauke
@description Removes some elements and changes some sizes to make the Tildes.net layout a little more compact.
2018-06-16 11:29:06 +00:00
@homepageURL https://gitlab.com/Bauke/styles
@supportURL https://gitlab.com/Bauke/styles/issues
2020-04-30 00:47:58 +00:00
@updateURL https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css
2018-06-16 11:29:06 +00:00
@license MIT
2018-06-15 08:51:02 +00:00
==/UserStyle== */
2019-03-19 12:40:32 +00:00
@-moz-document domain("tildes.net") {
2020-03-01 21:40:01 +00:00
.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-tags li,
.post-listing .topic-tags li {
display: none !important;
}
.topic-listing .topic-tags:nth-child(-n+3),
.post-listing .topic-tags:nth-child(-n+3) {
display: inherit !important;
}
.topic-listing .topic-info,
.post-listing .topic-info {
width: 500px !important;
}
.topic-listing .user-label,
.post-listing .user-label {
display: none !important;
}
.post-listing .btn-post,
.post-listing .comment-votes {
display: none !important;
}
.post-listing > li {
margin-bottom: unset !important;
}
2018-06-29 17:37:26 +00:00
}