mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Finalized fixes.css
This commit is contained in:
3
base.css
3
base.css
@@ -79,7 +79,8 @@
|
||||
color: #00a4dc !important;
|
||||
}
|
||||
.button-flat {
|
||||
margin: .2em !important;
|
||||
margin: .2em !important;
|
||||
padding: .85em !important;
|
||||
}
|
||||
.dashboardSection h3 {
|
||||
margin: .5em .0em .5em .5em;
|
||||
|
||||
10
fixes.css
10
fixes.css
@@ -13,6 +13,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
/*Enlarge button row on item page, even more on mobile*/
|
||||
.mainDetailButtons {
|
||||
font-size: 120%;
|
||||
}
|
||||
@media all and (max-width: 100em){
|
||||
.mainDetailButtons {
|
||||
font-size: 155%;
|
||||
}
|
||||
}
|
||||
|
||||
/*Media player*/
|
||||
.startTimeText, .endTimeText {
|
||||
width: 3.4em;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
:root {--rounding: 5px;}
|
||||
|
||||
/*Modified progress bar, play and item menu buttons*/
|
||||
/*Modified item status progress bar, play and item menu buttons*/
|
||||
.innerCardFooter.fullInnerCardFooter.innerCardFooterClear {
|
||||
border-radius: 0px !important;
|
||||
background: rgba(0,0,0,0.7);
|
||||
|
||||
10
title_1.css
10
title_1.css
@@ -2,16 +2,6 @@
|
||||
.detailImageContainer .card {
|
||||
position:fixed;
|
||||
}
|
||||
|
||||
.mainDetailButtons {
|
||||
font-size: 120%;
|
||||
}
|
||||
@media all and (max-width: 100em){
|
||||
.mainDetailButtons {
|
||||
font-size: 155%;
|
||||
}
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
max-width: 66em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user