diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 16:40:45 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-12-15 20:59:59 +0100 |
commit | 602f18103ccf716667a9736f4665428a9b65c34d (patch) | |
tree | 4c22164a9fc8aa3b1af575ab8279dbbab74e0812 | |
parent | 57eab6dbee32be6efca5b93c7e848a108ada9261 (diff) |
[Glitch] Fix the top action bar appearing in multi-column layout
Port 38596e49d4ea00b9a538f32fd443afc6aa29824a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/single_column.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss index 45d57aedd..992a42d78 100644 --- a/app/javascript/flavours/glitch/styles/components/single_column.scss +++ b/app/javascript/flavours/glitch/styles/components/single_column.scss @@ -281,7 +281,7 @@ } } - .ui__header { + .layout-single-column .ui__header { display: flex; background: $ui-base-color; border-bottom: 1px solid lighten($ui-base-color, 8%); |