Even spacing on top-nav (#2280)
This commit is contained in:
parent
f3886941bd
commit
989f37f913
|
@ -1,17 +1,22 @@
|
||||||
.colorOption {
|
.colorOption {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin: 10px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.colorOption:hover {
|
||||||
|
box-shadow: 0 0 0 2px var(--side-nav-hover-color);
|
||||||
|
}
|
||||||
|
|
||||||
.initial {
|
.initial {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#profileList {
|
#profileList {
|
||||||
|
@ -57,6 +62,7 @@
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profileName {
|
.profileName {
|
||||||
|
|
|
@ -74,6 +74,8 @@
|
||||||
|
|
||||||
.side // parts of the top nav either side of the search bar
|
.side // parts of the top nav either side of the search bar
|
||||||
display: flex
|
display: flex
|
||||||
|
gap: 3px
|
||||||
|
margin: 0 6px
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
&.profiles
|
&.profiles
|
||||||
|
|
Loading…
Reference in New Issue