Skip to content

Commit

Permalink
Merge pull request #95 from openinfradev/feature-action-bar
Browse files Browse the repository at this point in the history
feature. Modify action bar style
  • Loading branch information
Siyeop authored Apr 25, 2024
2 parents 77eb9a5 + 326c350 commit d3e3260
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tksui-components",
"version": "0.6.11",
"version": "0.6.12",
"private": false,
"type": "module",
"module": "lib/esm/index.js",
Expand Down
15 changes: 11 additions & 4 deletions src/styles/component/data-container/action-bar/TActionBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
width: 100%;

.t-action-bar__container {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;

.t-action-bar__container__left-action,
.t-action-bar__container__center-action,
.t-action-bar__container__right-action, {
display: flex;
align-items: center;
}

.t-action-bar__container__center-action {
position: absolute;
Expand Down

0 comments on commit d3e3260

Please sign in to comment.