Add some TAF-specific links into the settings sidebar
This commit is contained in:
parent
849da4bb54
commit
8cadd8318b
8 changed files with 122 additions and 4 deletions
29
styles/Apps/TAFSettingsSidebar.css
Normal file
29
styles/Apps/TAFSettingsSidebar.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue