Removed left padding in settings page, set tab size, tidied

This commit is contained in:
ryliejamesthomas 2019-02-02 10:26:21 +11:00
parent ec9021f675
commit 890e841360
1 changed files with 20 additions and 14 deletions

View File

@ -4,8 +4,11 @@
* {
border-radius:0!important;
tab-size:4;
-moz-tab-size:4;
}
/* General button appearance */
.btn,
.button {
background-color:#ffaec9!important;
@ -17,11 +20,17 @@
a.status-link:not(.mention) {
text-decoration:underline;
}
/* Underline links in post view */
div.status__content a:not(.hashtag):not(.mention) {
text-decoration:underline;
}
a.status__relative-time::before {
/* Link icon in front of permalink, to make clearer */
content: "🔗 ";
}
/* Logged-in page (Tweetdeck style)
-------------------------------------------------------
*/
@ -65,8 +74,6 @@ div.status__content a:not(.hashtag):not(.mention) {
.drawer__inner__mastodon > img {
display:none;
/*height:4em;
margin:1em;*/
}
.emoji-button {
@ -86,12 +93,7 @@ div.status__content a:not(.hashtag):not(.mention) {
/* Link previews */
.status-card:hover,
.status-card.compact:hover {/*.status-card,
.status-card.compact {
background-color:#ffaec9;
border:1px solid #fff200;
}
*/
.status-card.compact:hover {
border:1px solid #fff200;
}
@ -112,11 +114,6 @@ div.status__content a:not(.hashtag):not(.mention) {
-------------------------------------------------------
*/
a.status__relative-time::before {
/* Link icon in front of permalink, to make clearer */
content: "🔗 ";
}
cite {
font-style:italic;
}
@ -197,7 +194,16 @@ li#settings a.selected {
color:black!important;
}
/* custom tag for compacting the blocklists */
ul.blocklist li {
/* custom tag for compacting the blocklists */
line-height:1em;
}
/* Settings pages
-------------------------------------------------------
*/
.admin-wrapper .sidebar-wrapper {
/* remove unscrollable left padding */
flex:none;
}