diff options
author | Zero~Informatique | 2020-05-11 22:42:20 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | 7e0e108d1d5d9a86a33322432c3d7e8218961121 (patch) | |
tree | 6874088c13fce10a57134da24e6cf406adf63e91 /viewer/src/assets/scss | |
parent | 8bd5334799d7a666c9cb1c121b59a6cbb94b30e2 (diff) | |
download | ldgallery-7e0e108d1d5d9a86a33322432c3d7e8218961121.tar.gz |
viewer: item information (raw implementation)
Diffstat (limited to 'viewer/src/assets/scss')
-rw-r--r-- | viewer/src/assets/scss/global.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/assets/scss/global.scss b/viewer/src/assets/scss/global.scss index 1c1000c..4d6c707 100644 --- a/viewer/src/assets/scss/global.scss +++ b/viewer/src/assets/scss/global.scss | |||
@@ -59,6 +59,10 @@ button svg + span { | |||
59 | height: 100%; | 59 | height: 100%; |
60 | } | 60 | } |
61 | 61 | ||
62 | .flex-grow-1 { | ||
63 | flex-grow: 1; | ||
64 | } | ||
65 | |||
62 | /** | 66 | /** |
63 | * Class for containers that centers its content vertically and horizontally, | 67 | * Class for containers that centers its content vertically and horizontally, |
64 | * preferably sticking to the container start if the container is smaller than the content. | 68 | * preferably sticking to the container start if the container is smaller than the content. |