mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Improve site app button styling
This commit is contained in:
@@ -221,6 +221,7 @@ h1.site-header__title {
|
|||||||
|
|
||||||
.app-list--buttons .app-list__app {
|
.app-list--buttons .app-list__app {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
min-width: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-list--buttons > .app-list__platform > .app-list__app + .app-list__app {
|
.app-list--buttons > .app-list__platform > .app-list__app + .app-list__app {
|
||||||
|
|||||||
@@ -72,11 +72,11 @@ switch (navigator.platform) {
|
|||||||
downloadAppOtherSummary.hidden = true;
|
downloadAppOtherSummary.hidden = true;
|
||||||
|
|
||||||
appList.classList.add("app-list--buttons");
|
appList.classList.add("app-list--buttons");
|
||||||
appListWin32Btn.classList.add("button", "button--puffy");
|
appListWin32Btn.classList.add("button");
|
||||||
appListWin64Btn.classList.add("button", "button--puffy");
|
appListWin64Btn.classList.add("button");
|
||||||
appListMacBtn.classList.add("button", "button--puffy");
|
appListMacBtn.classList.add("button");
|
||||||
appListDebBtn.classList.add("button", "button--puffy");
|
appListDebBtn.classList.add("button");
|
||||||
appListRpmBtn.classList.add("button", "button--puffy");
|
appListRpmBtn.classList.add("button");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user