mirror of
https://github.com/discourse/discourse.git
synced 2025-06-20 20:42:50 +08:00
BUGFIX: fix borders & rounded corners in the composer
This commit is contained in:
@ -397,7 +397,9 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
border: 0px;
|
||||||
border-top: 30px solid transparent;
|
border-top: 30px solid transparent;
|
||||||
|
@include border-radius-all(0);
|
||||||
}
|
}
|
||||||
#wmd-preview-scroller {
|
#wmd-preview-scroller {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
Reference in New Issue
Block a user