diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 19:02:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 19:02:09 +0200 |
commit | 909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6 (patch) | |
tree | 2c77235acc68c317b1788ad0285784752876bf5f /scss | |
parent | adcd9fa8abff676b6d9e27fb75b16a1ae1d557b3 (diff) | |
download | Ishtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.tar.bz2 Ishtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.zip |
Graph generation: manage link - display raw SVG - scale SVG - manage reopening in a specific tab
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index ff595219d..3bb2a229f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -651,6 +651,15 @@ ul.compact{ width: 200px; } +.svg-image{ + display: inline-block; + position: relative; + width: 100%; + vertical-align: middle; + text-align: center; + overflow: hidden; +} + .window-main-image { height: 300px; display: block; |