vertical alignment
This commit is contained in:
@@ -1755,6 +1755,10 @@ input:checked + .toggle-bg {
|
|||||||
place-self: end;
|
place-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.self-start {
|
||||||
|
align-self: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.justify-self-start {
|
.justify-self-start {
|
||||||
justify-self: start;
|
justify-self: start;
|
||||||
}
|
}
|
||||||
@@ -2208,6 +2212,10 @@ input:checked + .toggle-bg {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.align-top {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
.text-2xl {
|
.text-2xl {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
|
|||||||
@@ -402,11 +402,11 @@
|
|||||||
:value (some-> (fc/field-value)
|
:value (some-> (fc/field-value)
|
||||||
(* 100 )
|
(* 100 )
|
||||||
(long ))}))))))
|
(long ))}))))))
|
||||||
(com/data-grid-cell
|
(com/data-grid-cell {:class "align-top"}
|
||||||
(com/a-icon-button
|
(com/a-icon-button
|
||||||
{"_" (hiccup/raw "on click halt the event then transition the closest <tr />'s opacity to 0 then remove closest <tr />")
|
{"_" (hiccup/raw "on click halt the event then transition the closest <tr />'s opacity to 0 then remove closest <tr />")
|
||||||
:href "#"}
|
:href "#"}
|
||||||
svg/x))))
|
svg/x))))
|
||||||
|
|
||||||
;; TODO dialog is no longer closeable
|
;; TODO dialog is no longer closeable
|
||||||
(defn dialog* [& {:keys [ entity form-params form-errors]}]
|
(defn dialog* [& {:keys [ entity form-params form-errors]}]
|
||||||
|
|||||||
Reference in New Issue
Block a user