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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 20:39:57 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-03-12 20:39:57 +0300
commite630bcaf0b48f542dafb1543968641c272d72fb6 (patch)
tree72a087726d991800573aa39e516cb417a17b14b8 /css
parentddf95162f603ebe1e8f2a90b764d2840de695c60 (diff)
Also adjust border radius to standard
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index f6c9aad..dbb1dae 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -51,7 +51,7 @@
z-index: 9999;
overflow: hidden;
background-color: #fff;
- border-radius: 3px;
+ border-radius: var(--border-radius-large);
box-sizing: border-box;
}