aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-15 15:45:32 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-15 15:45:32 +0800
commit9d956f6e85e7dd89a72b2ca076e1acaa6d8c0130 (patch)
treee513ab607342ab4474d4d49b8bc38ee75b1e0f8c /src
parent58f52c95031bf0873c58ccf380b5e80a7701fdfa (diff)
feat(CSS): Make toolbar has general border style
Diffstat (limited to 'src')
-rw-r--r--src/css/index.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/css/index.css b/src/css/index.css
index b8c8ba5..c754600 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -66,11 +66,9 @@ body {
66 .editor-toolbar { 66 .editor-toolbar {
67 order: 2; 67 order: 2;
68 flex: 0 0 0; 68 flex: 0 0 0;
69 border-left: 1px solid #ced4da; 69
70 border-right: 1px solid #ced4da; 70 border: var(--content-border);
71 border-bottom: 1px solid #ced4da; 71 border-radius: var(--content-border-radius);
72 border-bottom-left-radius: 4px;
73 border-bottom-right-radius: 4px;
74 } 72 }
75 73
76 .editor-statusbar { 74 .editor-statusbar {