Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-01 01:02:13 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-07-01 11:39:30 +0300
commitfa469ead49c40a4ddeeb3bddbba8377739fb8d76 (patch)
tree0df0e891320eeae49018176b1dcecae36feec2ac
parenteb4c365979fef21f91b79aa5f4b926441a5da0be (diff)
increase the icon size to 20px
Signed-off-by: szaimen <szaimen@e.mail.de>
-rw-r--r--css/styles.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/styles.scss b/css/styles.scss
index be3d7c5..6c60aac 100644
--- a/css/styles.scss
+++ b/css/styles.scss
@@ -9,6 +9,11 @@
padding: 10px;
opacity: .6;
+ .svg {
+ width: 20px;
+ height: 20px;
+ }
+
&:hover,
&:focus {
opacity: 1 !important;