This commit is contained in:
Alejandro Gomez 2023-02-14 00:17:52 +01:00 committed by Kieran
parent 2c09d6af79
commit e0aeab8ec1
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
5 changed files with 6 additions and 24 deletions

View File

@ -1,19 +0,0 @@
.icon-title {
font-weight: 600;
font-size: 19px;
line-height: 23px;
display: flex;
align-items: center;
margin-bottom: 22px;
}
.icon-title svg {
margin-right: 8px;
}
.icon-title h3 {
margin: 0;
}
.icon-title select {
margin-left: auto;
}

View File

@ -1,4 +1,3 @@
import "./Bookmarks.css";
import { useState, useMemo, ChangeEvent } from "react";
import { useSelector } from "react-redux";
import { FormattedMessage } from "react-intl";

View File

@ -30,6 +30,11 @@
left: calc(50% - 110px);
padding: 6px 12px;
}
.latest-notes-fixed {
position: fixed;
left: calc(50% - 261px / 2 + 0.5px);
top: 12px;
}
}
.latest-notes .pfp:not(:last-of-type) {

View File

@ -50,7 +50,7 @@ export default function ImportFollows() {
}
return (
<div className="main-content new-user">
<div className="main-content new-user" dir="auto">
<Logo />
<div className="progress-bar">
<div className="progress progress-last"></div>

View File

@ -277,9 +277,6 @@
"IEwZvs": {
"string": "Are you sure you want to unpin this note?"
},
"IKKHqV": {
"string": "Follows"
},
"INSqIz": {
"string": "Twitter username..."
},