You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/css/components/fieldtypes/bard.css
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@
135
135
}
136
136
}
137
137
138
-
/* When there's a fixed toolbar the the bard editor should have square radius in the top corners to but up against the bottom of the toolbar */
138
+
/* When there's a fixed toolbar the bard editor should have square radius in the top corners to but up against the bottom of the toolbar */
139
139
.bard-fieldtype:has(>&) {
140
140
.bard-editor:focus-within {
141
141
border-top-left-radius:0!important;
@@ -154,7 +154,7 @@
154
154
.bard-fixed-toolbar {
155
155
z-index:var(--z-index-portal);
156
156
position: sticky;
157
-
@apply -top-2;
157
+
@applysm:-top-2;
158
158
/* Prevent the sticky toolbar from hitting the very end of container, which causes it to overlap the container's border-radius */
159
159
margin-block-end:8px;
160
160
/* Pull the subsequent element up to compensate for this. The focus ring adjustment here keeps the focus ring from disappearing into the toolbar, which would make the focus ring appear bottom heavy. */
@@ -164,10 +164,17 @@
164
164
}
165
165
}
166
166
167
-
/* Bard field with a fixed toolbar > then another fixed toolbar inside this */
0 commit comments