You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
new chat window, bugfixes, component update
This commit is contained in:
@@ -119,6 +119,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-column {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.hover-brighten {
|
||||
transition: 0.3s ease background-color;
|
||||
}
|
||||
@@ -302,6 +306,10 @@ table .input-text {
|
||||
.flex-phone-column {
|
||||
flex-flow: column;
|
||||
}
|
||||
.flex-phone-center {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.hide-phone {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user