Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update main.css (#1142)

Cette révision appartient à :
kilo 2017-07-10 05:57:00 +02:00 révisé par ewhal
Parent 5c7927e4f4
révision 5a97ac8830

Voir le fichier

@ -420,6 +420,8 @@ html, body {
display: inline-grid !important; display: inline-grid !important;
} }
.profile-panel, .profile-content { .profile-panel, .profile-content {
border-radius: 4px;
border-right: 1px solid;
width: 100% !important; width: 100% !important;
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -546,14 +548,17 @@ html, body {
} }
.profile-panel { .profile-panel {
width: 30%; width: 23%;
border-right: none;
border-radius: 4px 0 0 4px;
} }
.profile-main { .profile-main {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
.profile-content { .profile-content {
width: 70%; width: 77%;
border-radius: 0 4px 4px 0;
text-align: left; text-align: left;
} }
div.profile-content.box > nav > ul > li, nav.adminNav > ul > li { div.profile-content.box > nav > ul > li, nav.adminNav > ul > li {