mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-07 03:14:33 +08:00
Editors: Properly aligned edit area border radius
This commit is contained in:
@ -8,6 +8,8 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 0 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-tinymce {
|
.mce-tinymce {
|
||||||
@ -67,7 +69,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
border-radius: 4px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
input[type="text"]:focus {
|
input[type="text"]:focus {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user