mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Fix paddings
This commit is contained in:
11
theme.css
11
theme.css
@@ -74,10 +74,6 @@ body {
|
|||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewport .lt {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#viewport .lt::after {
|
#viewport .lt::after {
|
||||||
border-color: #002b36;
|
border-color: #002b36;
|
||||||
}
|
}
|
||||||
@@ -113,12 +109,11 @@ body {
|
|||||||
|
|
||||||
#sidebar .chan:first-child {
|
#sidebar .chan:first-child {
|
||||||
color: #268bd2;
|
color: #268bd2;
|
||||||
padding-left: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .chan,
|
#sidebar .chan,
|
||||||
#sidebar .chan-placeholder {
|
#sidebar .chan-placeholder {
|
||||||
padding-left: 10px;
|
padding: 8px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .badge {
|
#sidebar .badge {
|
||||||
@@ -172,10 +167,6 @@ body {
|
|||||||
height: 43px;
|
height: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .networks {
|
|
||||||
padding: 20px 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
left: 200px;
|
left: 200px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user