diff options
author | Allan Wang <me@allanwang.ca> | 2019-03-31 23:04:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-31 23:04:24 -0400 |
commit | f6ffcb6eb67ad9fc82b9929200f75a43cecf99db (patch) | |
tree | 9ae06938cb08c59b46c1002f20e8e0730cf2938e /app/src/web/assets | |
parent | a85b52302d1328798c7d844ff68117c49586873d (diff) | |
parent | fc375400411de3e7113a296b618940ef7b2b655c (diff) | |
download | frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.tar.gz frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.tar.bz2 frost-f6ffcb6eb67ad9fc82b9929200f75a43cecf99db.zip |
Merge pull request #1379 from AllanWang/remove-round-icon
Remove round icon settings
Diffstat (limited to 'app/src/web/assets')
-rw-r--r-- | app/src/web/assets/css/components/round_icons.css | 4 | ||||
-rw-r--r-- | app/src/web/assets/css/components/round_icons.scss | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/app/src/web/assets/css/components/round_icons.css b/app/src/web/assets/css/components/round_icons.css deleted file mode 100644 index 5477f7c0..00000000 --- a/app/src/web/assets/css/components/round_icons.css +++ /dev/null @@ -1,4 +0,0 @@ -#threadlist_rows, [role*=presentation] img._1e_c, -i.img.profpic:not(._1_0m):not(#MStoriesTray), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) { - border-radius: 50% !important; -} diff --git a/app/src/web/assets/css/components/round_icons.scss b/app/src/web/assets/css/components/round_icons.scss deleted file mode 100644 index b4662e60..00000000 --- a/app/src/web/assets/css/components/round_icons.scss +++ /dev/null @@ -1,4 +0,0 @@ -#threadlist_rows, [role*=presentation] img._1e_c, -i.img.profpic:not(._1_0m):not(#MStoriesTray), ._42b6._42b6._42b6, ._5i9c.img, img._2cu2, i.img.l, [id*=threadlist] i.img:not(._1_0m) { - border-radius: 50% !important; -} |