diff --git a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html index 05cddc9..292a39a 100644 --- a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html +++ b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html @@ -2,7 +2,7 @@ - Example text. + 1Example text. @@ -41,7 +41,7 @@ side { display: flex; - width: 50px; + width: 30px; background: gray; margin-right: 5px; } @@ -50,12 +50,14 @@ background: #26282b; display: block; width: -webkit-fill-available; + text-align: center; + color: white; } linebreakpoints{ background: #393c42; display: block; - width: -webkit-fill-available; + width: 50%; } textdecoration {