💄 Change scrollbar behaviour
This commit is contained in:
@ -76,7 +76,7 @@ function getColor(type) {
|
||||
display: grid;
|
||||
min-height: 35px;
|
||||
border-radius: 11px;
|
||||
margin: 10px 0px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px 10px;
|
||||
grid-template-columns: min-content auto;
|
||||
gap: 5px;
|
||||
|
@ -41,7 +41,7 @@ const substitutions = computed(() => {
|
||||
background-color: var(--substitution-background-unchanged);
|
||||
min-height: 50px;
|
||||
border-radius: 11px;
|
||||
margin: 10px 0px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px 15px;
|
||||
grid-template-columns: max-content auto;
|
||||
gap: 15px;
|
||||
|
@ -118,7 +118,7 @@ function isCancelled(substitution) {
|
||||
background-color: var(--timetable-trust-warning-background);
|
||||
border-radius: 4px;
|
||||
padding: 3px 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user