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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-01 12:30:07 +0300
committerGitHub <noreply@github.com>2021-07-01 12:30:07 +0300
commit26e51b882a8abd863996f53fcc0f24c4a2ef6cd3 (patch)
tree0df0e891320eeae49018176b1dcecae36feec2ac
parenteb4c365979fef21f91b79aa5f4b926441a5da0be (diff)
parentfa469ead49c40a4ddeeb3bddbba8377739fb8d76 (diff)
Merge pull request #1037 from nextcloud/backport/1036/stable22v22.0.0rc2v22.0.0
[stable22] increase the icon size to 20px
-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;