diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-09-12 12:26:37 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-24 12:06:08 +0200 |
commit | 12eb00c0d60109dffc38326ddfec1bcd979de487 (patch) | |
tree | 639bb5dd031bf78c54b1b41ef31ffcd1197d5ddd /scss | |
parent | 6c2751a67da72de11d63058512511c0117a3ee71 (diff) | |
download | Ishtar-12eb00c0d60109dffc38326ddfec1bcd979de487.tar.bz2 Ishtar-12eb00c0d60109dffc38326ddfec1bcd979de487.zip |
Action to remove bookmarks (refs #4230)
Diffstat (limited to '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; |