chore: newline experiments
This commit is contained in:
parent
712dcfbf9d
commit
f99d071601
@ -332,7 +332,7 @@ getCShowR tid ssh csh = do
|
|||||||
{ formAction = Just . SomeRoute $ CourseR tid ssh csh CFavouriteR
|
{ formAction = Just . SomeRoute $ CourseR tid ssh csh CFavouriteR
|
||||||
, formEncoding = favouriteToggleEncoding
|
, formEncoding = favouriteToggleEncoding
|
||||||
, formSubmit = FormNoSubmit
|
, formSubmit = FormNoSubmit
|
||||||
, formAttrs = [("class", "buttongroup")]
|
, formAttrs = [("class", "buttongroup"), ("style", "display: inline-block")]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -342,7 +342,7 @@ getCShowR tid ssh csh = do
|
|||||||
$if not courseVisible && mayEdit
|
$if not courseVisible && mayEdit
|
||||||
\ #{iconInvisible}
|
\ #{iconInvisible}
|
||||||
$if isJust muid
|
$if isJust muid
|
||||||
<span style="font-size: 0.25em">
|
<span style="font-size: 0.25em; vertical-align: top">
|
||||||
^{favouriteToggleWgt}
|
^{favouriteToggleWgt}
|
||||||
|]
|
|]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user