Merge branch 'zedeus:master' into master

This commit is contained in:
Palash 2022-08-09 09:00:32 +05:30 committed by GitHub
commit a1796e2d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,6 @@
--define:ssl
--define:useStdLib
--threads:off
# workaround httpbeast file upload bug
--assertions:off

View file

@ -73,9 +73,9 @@
}
}
.profile-joindate, .profile-location, profile-website {
.profile-joindate, .profile-location, .profile-website {
color: var(--fg_faded);
margin: 2px 0;
margin: 1px 0;
width: 100%;
}
}

View file

@ -100,6 +100,7 @@
.avatar {
&.round {
border-radius: 50%;
-webkit-user-select: none;
}
&.mini {
@ -200,6 +201,7 @@
.tweet-stats {
margin-bottom: -3px;
-webkit-user-select: none;
}
.tweet-stat {
@ -231,6 +233,7 @@
left: 0;
top: 0;
position: absolute;
-webkit-user-select: none;
&:hover {
background-color: var(--bg_hover);