diff --git a/src/app.css b/src/app.css index bb889de..5612910 100644 --- a/src/app.css +++ b/src/app.css @@ -414,31 +414,6 @@ a.mention span { width: 40em; max-width: 100vw; padding: 16px; - background-color: var(--bg-color); - border-radius: 8px; - border: 1px solid var(--divider-color); - overflow: auto; - max-height: 90vh; - max-height: 90dvh; - position: relative; -} -.box > :is(h1, h2, h3):first-of-type { - margin-top: 0; -} -.box .close-button { - position: sticky; - top: 0; - float: right; - margin: -16px -8px 0 0; - transform: translate(0, -8px); -} - -.box-shadow { - box-shadow: 0px 36px 89px rgb(0 0 0 / 4%), - 0px 23.3333px 52.1227px rgb(0 0 0 / 3%), - 0px 13.8667px 28.3481px rgb(0 0 0 / 2%), 0px 7.2px 14.4625px rgb(0 0 0 / 2%), - 0px 2.93333px 7.25185px rgb(0 0 0 / 2%), - 0px 0.666667px 3.50231px rgb(0 0 0 / 1%); } /* CAROUSEL */ diff --git a/src/components/status.jsx b/src/components/status.jsx index f0afec5..2624007 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1063,10 +1063,10 @@ function EditedAtModal({ statusID, onClose = () => {} }) { const currentYear = new Date().getFullYear(); return ( -
- + */}

Edit History

{uiState === 'error' &&

Failed to load history

} {uiState === 'loading' && ( diff --git a/src/pages/settings.css b/src/pages/settings.css index 2f7812c..1d11098 100644 --- a/src/pages/settings.css +++ b/src/pages/settings.css @@ -1,10 +1,5 @@ -#settings-container { - padding-bottom: 3em; - animation: fade-in 0.2s ease-out; -} - #settings-container h2 { - font-size: .9em; + font-size: 0.9em; text-transform: uppercase; color: var(--text-insignificant-color); } @@ -48,7 +43,7 @@ text-align: right; } #settings-container div, -#settings-container div > *{ +#settings-container div > * { vertical-align: middle; } #settings-container .avatar { @@ -63,7 +58,7 @@ overflow: hidden; padding: 1px; } -#settings-container .radio-group input[type="radio"] { +#settings-container .radio-group input[type='radio'] { opacity: 0; position: absolute; pointer-events: none; @@ -87,4 +82,4 @@ } #settings-container .radio-group label:has(input:checked) input:checked + span { color: inherit; -} \ No newline at end of file +} diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index 925d6a2..90e5f4c 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -23,10 +23,10 @@ function Settings({ onClose }) { const [currentDefault, setCurrentDefault] = useState(0); return ( -
- + */}

Accounts