We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeb8a7 commit d955152Copy full SHA for d955152
src/app/styles/layout/_actionContainer.scss
@@ -1,5 +1,4 @@
1
.action-container {
2
- // overflow: auto;
3
background: white;
4
border-right: 1px solid #e5e7eb;
5
transition: width 0.3s ease;
@@ -24,11 +23,13 @@
24
23
}
25
26
.actionToolContainer {
27
- color: #873b3b;
+ color: #374151;
28
display: flex;
29
justify-content: space-between;
30
align-items: center;
31
- height: 35px;
+ height: 44px;
+ border-bottom: 1px solid #e5e7eb;
32
+ padding: 0 8px;
33
34
35
#recordBtn .fa-regular {
0 commit comments