Even spacing on top-nav (#2280)

This commit is contained in:
vallode 2022-06-01 09:39:14 +02:00 committed by GitHub
parent f3886941bd
commit 989f37f913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -1,17 +1,22 @@
.colorOption {
width: 40px;
height: 40px;
margin: 10px;
cursor: pointer;
align-items: center;
display: flex;
justify-content: center;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.colorOption:hover {
box-shadow: 0 0 0 2px var(--side-nav-hover-color);
}
.initial {
font-size: 20px;
line-height: 1em;
text-align: center;
padding: 10px 0;
}
#profileList {
@ -57,6 +62,7 @@
float: left;
position: relative;
bottom: 5px;
margin: 10px;
}
.profileName {

View File

@ -74,6 +74,8 @@
.side // parts of the top nav either side of the search bar
display: flex
gap: 3px
margin: 0 6px
align-items: center
&.profiles