diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1b23c0c33..476108129 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -222,6 +222,11 @@ textarea { .sheet h4 { color: $text-muted; } +#bookmark-list .input-link{ + width: 100%; + padding-right: 5px; +} + #window-fixed-menu{ background-color: $gray-200; position: fixed; |