You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Station/assets/css/other.css

28 lines
568 B
CSS

/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#card-box .col {
padding: 15px;
}
#userlist .row {
overflow-y: auto;
/*
160px obtained from trial-and-error adjustments, if the login screen
is changed, this might need to be updated
*/
max-height: calc(100vh - 160px);
}
.quick-user {
padding: 15px 5px;
text-align: center;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}