diff --git a/src/vniigaz-v2/component/layout/header/header.component.html b/src/vniigaz-v2/component/layout/header/header.component.html
index 7990a1c..6a6bbef 100644
--- a/src/vniigaz-v2/component/layout/header/header.component.html
+++ b/src/vniigaz-v2/component/layout/header/header.component.html
@@ -9,7 +9,7 @@
diff --git a/src/vniigaz-v2/css/_basics.scss b/src/vniigaz-v2/css/_basics.scss
index 874f31d..5a1b4b8 100644
--- a/src/vniigaz-v2/css/_basics.scss
+++ b/src/vniigaz-v2/css/_basics.scss
@@ -337,26 +337,47 @@ html-section ul{
}
}
-
-.locale{
- position: relative;
- .locale-btn{
- display: inline-flex;
- }
- .dropdown{
- top: auto;
- left: -96px;
- bottom: 27px;
-
- }
- img{
- height:18px;
- width:27px;
- object-fit: cover;
- border: 1px solid lightgray;
+header{
+ .locale{
+ position: relative;
+ .locale-btn{
+ display: inline-flex;
+ }
+ .dropdown{
+ top: 27px;
+ left: -120px;
+ }
+ img{
+ height:18px;
+ width:27px;
+ object-fit: cover;
+ border: 1px solid lightgray;
+ }
}
}
+footer{
+ .locale{
+ position: relative;
+ .locale-btn{
+ display: inline-flex;
+ }
+ .dropdown{
+ top: auto;
+ left: -96px;
+ bottom: 27px;
+
+ }
+ img{
+ height:18px;
+ width:27px;
+ object-fit: cover;
+ border: 1px solid lightgray;
+ }
+ }
+}
+
+
@media screen and (min-width: 1330px) {
.fullwidth {
diff --git a/src/vniigaz-v2/css/_registry.scss b/src/vniigaz-v2/css/_registry.scss
index c34aca1..1479c9c 100644
--- a/src/vniigaz-v2/css/_registry.scss
+++ b/src/vniigaz-v2/css/_registry.scss
@@ -57,40 +57,42 @@ registry-entries {
display: block;
padding-bottom: 24px;
}
-
-.bar {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 24px;
- margin-bottom: 24px;
- border-radius: 20px;
- .name {
- margin-right: auto;
- font-size: 1.125rem;
- font-weight: 700;
- }
- .menu {
+registry-category{
+ .bar {
display: flex;
flex-direction: row;
- gap: 24px;
- button {
- width: 24px;
- height: 24px;
+ align-items: center;
+ padding: 12px 24px;
+ margin-bottom: 24px;
+ cursor: pointer;
+ .name {
+ margin-right: auto;
+ font-size: 1.125rem;
+ font-weight: 700;
}
- }
- .expand {
- margin-left: 48px;
- button {
- width: 24px;
- height: 24px;
- transform: rotateZ(180deg);
- transition: transform 0.3s;
- &.less {transform: rotateZ(0);}
+ .menu {
+ display: flex;
+ flex-direction: row;
+ gap: 24px;
+ button {
+ width: 24px;
+ height: 24px;
+ }
+ }
+ .expand {
+ margin-left: 48px;
+ button {
+ width: 24px;
+ height: 24px;
+ transform: rotateZ(180deg);
+ transition: transform 0.3s;
+ &.less {transform: rotateZ(0);}
+ }
}
}
}
+
.items {
min-height: 20px;
}