taf/styles/Apps/TAFSettingsSidebar.css

29 lines
402 B
CSS

#settings > .system {
.version-info {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
gap: 8px;
.whats-new {
font-size: smaller;
}
}
.links {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
gap: 8px;
list-style-type: none;
padding: 0;
margin: 0;
li {
margin: 0;
}
}
}