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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-02-03 18:39:19 +0300
committerVincent Petry <vincent@nextcloud.com>2021-02-03 18:39:19 +0300
commite5e985b44dbeaeb5fb56b4e04e2f1f60fe37083d (patch)
tree4527af6631b9937a841a3f8bcaaeab25ca15d1d4
parent3e9a9fcaf1edc0ae44883b8aecc6cc2d385f56b3 (diff)
Properly align icon in request password button
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
-rw-r--r--src/PublicShareAuthRequestPasswordButton.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PublicShareAuthRequestPasswordButton.vue b/src/PublicShareAuthRequestPasswordButton.vue
index 84825902e..70523a9ea 100644
--- a/src/PublicShareAuthRequestPasswordButton.vue
+++ b/src/PublicShareAuthRequestPasswordButton.vue
@@ -113,7 +113,6 @@ export default {
.request-password-wrapper .icon {
position: absolute;
- top: 23px;
right: 23px;
pointer-events: none;
}