0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 11:08:10 +00:00

Replace deprecated @-moz-document with @supports for the Firefox column break fix

Co-authored-by: Víctor Losada Hernández <5ecleric.naturalcrit@gmail.com>
This commit is contained in:
Altair
2026-02-03 22:52:12 +03:00
committed by GitHub
parent b30e44325e
commit 98a560bd8b

View File

@@ -60,7 +60,7 @@
&-corner { visibility : hidden; }
}
@-moz-document url-prefix() {
@supports (break-after:always) {
.columnSplit {
margin-bottom: 100vh;
}