Links in new tab
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
padding: 2px 10px 10px 10px;
|
||||
}
|
||||
|
||||
.header {
|
||||
@ -13,6 +13,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.header * {
|
||||
@ -24,7 +25,7 @@
|
||||
.header a {
|
||||
color: var(--repl-color);
|
||||
text-decoration: underline;
|
||||
font-size: 80%;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.header a:hover {
|
||||
@ -34,7 +35,7 @@
|
||||
.header .divider {
|
||||
color: var(--repl-color);
|
||||
margin: 0 5px;
|
||||
font-size: 80%;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.header .spacer {
|
||||
@ -43,6 +44,8 @@
|
||||
|
||||
.iconLink {
|
||||
cursor: pointer;
|
||||
font-size: 1.6em;
|
||||
padding-top: 0.3em;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
|
Reference in New Issue
Block a user