Skip to content

Commit 88a6021

Browse files
authored
Moved issue's comment 'Select text block...' position (#14)
* Moved issue's comment 'Select text block...' position Signed-off-by: Ko Nagase <[email protected]> * Revert "Moved issue's comment 'Select text block...' position" This reverts commit 404cd89. Signed-off-by: Ko Nagase <[email protected]> * Support responsive issue's comment 'Select text block...' position Signed-off-by: Ko Nagase <[email protected]>
1 parent 2ad1d00 commit 88a6021

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

assets/stylesheets/text_blocks.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,24 @@
1212
table.list.textblocks tbody td { vertical-align: top; }
1313
table.list.textblocks tbody td.text { text-align: left; }
1414
table.list.textblocks tbody td.text div { height: 3.8em; }
15+
16+
17+
/**************************************************************/
18+
/* TextBlocks template selector
19+
/**************************************************************/
20+
21+
div.jstElements {
22+
display: inline-flex;
23+
}
24+
25+
@media all and (max-width: 899px) {
26+
#textblock-select {
27+
order: -1
28+
}
29+
}
30+
31+
@media all and (min-width: 900px) {
32+
#textblock-select {
33+
order: 1
34+
}
35+
}

0 commit comments

Comments
 (0)