mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Removed CSS file for Server Overview
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Reply, File } from "@styled-icons/boxicons-regular";
|
||||
import { Reply } from "@styled-icons/boxicons-regular";
|
||||
import { File } from "@styled-icons/boxicons-solid";
|
||||
import { SYSTEM_USER_ID } from "revolt.js";
|
||||
import styled, { css } from "styled-components";
|
||||
|
||||
@@ -86,6 +87,10 @@ export const ReplyBase = styled.div<{
|
||||
> * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
> span {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
> svg:first-child {
|
||||
|
||||
Reference in New Issue
Block a user