From bfb64887ea631e7240c89f5122d441fa67e2e515 Mon Sep 17 00:00:00 2001 From: Serraniel Date: Sun, 25 Oct 2020 13:16:50 +0100 Subject: [PATCH] #90 Add styles to fix icon position for room creator --- src/stylesheets/aniwatchplus.scss | 3 ++- src/stylesheets/enhancements/_watch2gether.scss | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/stylesheets/enhancements/_watch2gether.scss diff --git a/src/stylesheets/aniwatchplus.scss b/src/stylesheets/aniwatchplus.scss index cdcb559..b7f44a8 100644 --- a/src/stylesheets/aniwatchplus.scss +++ b/src/stylesheets/aniwatchplus.scss @@ -2,4 +2,5 @@ @import './vars/colors'; // enhancements -@import './enhancements/lists.scss'; \ No newline at end of file +@import './enhancements/lists'; +@import './enhancements/watch2gether'; \ No newline at end of file diff --git a/src/stylesheets/enhancements/_watch2gether.scss b/src/stylesheets/enhancements/_watch2gether.scss new file mode 100644 index 0000000..a260283 --- /dev/null +++ b/src/stylesheets/enhancements/_watch2gether.scss @@ -0,0 +1,6 @@ +.material-icons { + // Fix icon position for room creator + &[aria-label="Room creator"] { + vertical-align: text-top; + } +} -- 2.43.4