A lot of things.
This commit is contained in:
@@ -23,24 +23,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: var(--bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 2px;
|
||||
padding: 5px 10px;
|
||||
width: 300px;
|
||||
input {
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--text);
|
||||
outline: none;
|
||||
margin-left: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.topbar-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
@@ -53,6 +35,24 @@
|
||||
|
||||
}
|
||||
|
||||
.search-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: var(--bg);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 2px;
|
||||
padding: 5px 10px;
|
||||
width: 300px;
|
||||
input {
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--text);
|
||||
outline: none;
|
||||
margin-left: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
flex-grow: 1;
|
||||
padding: 30px;
|
||||
|
||||
Reference in New Issue
Block a user