Skip to content

Commit 493f0f1

Browse files
authored
Merge pull request #842 from gitroomhq/feat/new-modal
Refactor: new postiz creation modal
2 parents 313380e + bf2374e commit 493f0f1

File tree

111 files changed

+2686
-2400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+2686
-2400
lines changed

apps/frontend/src/app/global.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ html {
9999
cursor: text;
100100
display: flex;
101101
align-items: center;
102+
margin-right: 0 !important;
102103
}
103104

104105
.react-tags.is-active {
@@ -191,14 +192,15 @@ html {
191192
.react-tags__combobox-input {
192193
/* prevent autoresize overflowing the container */
193194
max-width: 100%;
195+
width: 100% !important;
194196
/* remove styles and layout from this element */
195197
margin: 0;
196198
padding: 0;
197199
border: 0;
198200
outline: none;
199201
background: none;
200202
/* match the font styles */
201-
font-size: inherit;
203+
font-size: 16px;
202204
line-height: inherit;
203205
}
204206

@@ -434,7 +436,7 @@ div div .set-font-family {
434436
}
435437

436438
.tags-top .react-tags__combobox {
437-
height: 35px;
439+
height: 44px;
438440
display: flex;
439441
background-color: #141c2c;
440442
padding-left: 10px;

0 commit comments

Comments
 (0)