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
|
||||
, formEncoding = favouriteToggleEncoding
|
||||
, 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
|
||||
\ #{iconInvisible}
|
||||
$if isJust muid
|
||||
<span style="font-size: 0.25em">
|
||||
<span style="font-size: 0.25em; vertical-align: top">
|
||||
^{favouriteToggleWgt}
|
||||
|]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user