mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix mobile highlight style
This commit is contained in:
@@ -2901,15 +2901,11 @@ export const BoardForm = styled.div`
|
|||||||
case 'Yotsuba':
|
case 'Yotsuba':
|
||||||
return `.highlighted {
|
return `.highlighted {
|
||||||
background-color: #f0c0b0 !important;
|
background-color: #f0c0b0 !important;
|
||||||
border-left: none !important;
|
|
||||||
border-top: none !important;
|
|
||||||
}`;
|
}`;
|
||||||
|
|
||||||
case 'Yotsuba-B':
|
case 'Yotsuba-B':
|
||||||
return `.highlighted {
|
return `.highlighted {
|
||||||
background-color: #d6bad0 !important;
|
background-color: #d6bad0 !important;
|
||||||
border-left: none !important;
|
|
||||||
border-top: none !important;
|
|
||||||
}`;
|
}`;
|
||||||
|
|
||||||
case 'Futaba':
|
case 'Futaba':
|
||||||
|
|||||||
Reference in New Issue
Block a user