diff options
Diffstat (limited to 'app/src/main/assets/css/components/round_icons.scss')
-rw-r--r-- | app/src/main/assets/css/components/round_icons.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/assets/css/components/round_icons.scss b/app/src/main/assets/css/components/round_icons.scss new file mode 100644 index 00000000..19f2824f --- /dev/null +++ b/app/src/main/assets/css/components/round_icons.scss @@ -0,0 +1,3 @@ +#threadlist_rows i.img:not(.profpic), i.img.profpic:not(._1_0m) { + border-radius: 50%; +} |