Skip to content
Snippets Groups Projects
Commit 84bd0fbd authored by gnaegi's avatar gnaegi
Browse files

OO-2592 add space for forum message move menu

parent 8ab1e198
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
} }
.o_forum { .o_forum {
/* add space for move-thread menu, otherwise menu cut (layer problem of pulldown */
padding-bottom: 50px;
.o_mark, .o_ep_collect { .o_mark, .o_ep_collect {
float: right; float: right;
position: relative; position: relative;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
text-align: center; text-align: center;
h2 { h2 {
@if $o-hs-position-title-color == gradient { @if $o-hs-position-title-color == gradient {
background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%); -webkit-background: linear-gradient(330deg, #e05252 0%, #99e052 25%, #52e0e0 50%, #9952e0 75%, #e05252 100%);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
display: inline; display: inline;
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment