mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 02:18:58 +00:00
add domain right of the menu, standardize menu help-code
This commit is contained in:
committed by
holger krekel
parent
401f215dc9
commit
e272294e07
19
www/src/main.css
Normal file
19
www/src/main.css
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
#menu {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
display: inline-block;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
#domain {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
#domain a {
|
||||
color: #888;
|
||||
}
|
||||
Reference in New Issue
Block a user