fixes
This commit is contained in:
parent
2c09d6af79
commit
e0aeab8ec1
@ -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;
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
import "./Bookmarks.css";
|
||||
import { useState, useMemo, ChangeEvent } from "react";
|
||||
import { useSelector } from "react-redux";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
@ -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) {
|
||||
|
@ -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>
|
||||
|
@ -277,9 +277,6 @@
|
||||
"IEwZvs": {
|
||||
"string": "Are you sure you want to unpin this note?"
|
||||
},
|
||||
"IKKHqV": {
|
||||
"string": "Follows"
|
||||
},
|
||||
"INSqIz": {
|
||||
"string": "Twitter username..."
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user